sidnt / lmdz

0 stars 0 forks source link

tests on database handle #51

Open sidnt opened 4 years ago

sidnt commented 4 years ago

The database handle will be private to the current transaction until the transaction is successfully committed. If the transaction is aborted the handle will be closed automatically. After a successful commit the handle will reside in the shared environment, and may be used by other transactions.

test