You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
dev: Added specification tests for YdbTransaction (#257)
* InvalidOperationException on ConnectionString property has not been initialized.
* One YdbTransaction per YdbConnection. Exception: InvalidOperationException("A transaction is already in progress; nested/concurrent transactions aren't supported.");
* ConnectionString returns an empty.String when it is not set
* When a YdbDataReader is closed, if stream is not empty, a YdbTransaction fails if it is not null. A session also fails due to a possible error SessionBusy race condition with the server.
* FIX BUG: Fetch txId from the last result set.
* YdbTransaction CheckDisposed() (invoke rollback if transaction hasn't been committed)
* Added specification tests for YdbTransaction
0 commit comments