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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,11 @@
1
+
* InvalidOperationException on ConnectionString property has not been initialized.
2
+
* One YdbTransaction per YdbConnection. Otherwise, throw an exception: InvalidOperationException("A transaction is already in progress; nested/concurrent transactions aren't supported.").
3
+
* ConnectionString returns an empty.String when it is not set.
4
+
* 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.
5
+
* Fixed bug: Fetch txId from the last result set.
6
+
* YdbTransaction CheckDisposed() (invoke rollback if transaction hasn't been committed).
7
+
* Dev: Added specification tests for YdbTransaction.
8
+
1
9
## v0.10.0
2
10
- Fixed bug in Topic Writer: race condition when session fails, then write operation starts on previous session and new session is created. Messages may be lost.
3
11
- Supported in ADO.NET GetSchema(Async). CollectionNames:
0 commit comments