doc/4.0.rst
changeset 9127 aff75b69db92
parent 9123 c992811edec2
equal deleted inserted replaced
9126:e0b63ea2c65b 9127:aff75b69db92
    31 
    31 
    32 Using the same Connection object in multiple threads will give you access to the
    32 Using the same Connection object in multiple threads will give you access to the
    33 same Transaction. However, Connection object are not thread safe.
    33 same Transaction. However, Connection object are not thread safe.
    34 
    34 
    35 ``repository.internal_session`` is deprecated in favor of
    35 ``repository.internal_session`` is deprecated in favor of
    36 ``repository.internal_cnx``. Note that internal connection are now safe by
    36 ``repository.internal_cnx``. Note that internal connection are now safe.
    37 default. Integrity hooks are enabled except stated otherwise.
    37 Integrity hooks are enabled.
    38 
    38 
    39 Backward compact is preserved on Session. They can still be used to access the
    39 Backward compact is preserved on Session. They can still be used to access the
    40 database for the next few version.
    40 database for the next few version.
    41 
    41 
    42 dbapi vs repoapi
    42 dbapi vs repoapi