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
* Fix: NextResult() moves to the next result and skip the first ResultSet.
3
+
* Added specification DbDataReaderTests.
4
+
* If dataOffset is larger than the length of data, GetChars and GetBytes methods will return 0.
5
+
* If YdbDataReader is closed: `throw new InvalidOperationException("The reader is closed")`.
1
6
* InvalidOperationException on ConnectionString property has not been initialized.
2
7
* One YdbTransaction per YdbConnection. Otherwise, throw an exception: InvalidOperationException("A transaction is already in progress; nested/concurrent transactions aren't supported.").
3
8
* ConnectionString returns an empty.String when it is not set.
0 commit comments