We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4dea493 commit 340d626Copy full SHA for 340d626
CHANGELOG.md
@@ -1,3 +1,4 @@
1
+## v0.11.0
2
* Fix bug: GetValue(int ordinal) return DBNull.Value if fetched NULL value.
3
* Fix: NextResult() moves to the next result and skip the first ResultSet.
4
* Added specification DbDataReaderTests.
src/Ydb.Sdk/src/Version.cs
@@ -3,6 +3,6 @@ namespace Ydb.Sdk;
public static class Version
{
5
public const uint Major = 0;
6
- public const uint Minor = 10;
+ public const uint Minor = 11;
7
public const uint Patch = 0;
8
}
0 commit comments