Skip to content

Commit e8eb3f9

Browse files
Update CHANGELOG.md
1 parent 595839b commit e8eb3f9

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
19
## v0.10.0
210
- 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.
311
- Supported in ADO.NET GetSchema(Async). CollectionNames:

0 commit comments

Comments
 (0)