Skip to content

Commit 4164348

Browse files
Update CHANGELOG.md
1 parent 6debac5 commit 4164348

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
* Fix bug: GetValue(int ordinal) return DBNull.Value if fetched NULL value.
2+
* 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")`.
16
* InvalidOperationException on ConnectionString property has not been initialized.
27
* One YdbTransaction per YdbConnection. Otherwise, throw an exception: InvalidOperationException("A transaction is already in progress; nested/concurrent transactions aren't supported.").
38
* ConnectionString returns an empty.String when it is not set.

0 commit comments

Comments
 (0)