v3.127.5
·
160 commits
to master
since this release
- Fixed a bug in
ydb.WithNumericArgswhere the-- origin query with numeric args replacementcomment was incorrectly prepended even when no$Nplaceholders were replaced in the query - Fixed a bug where combining
ydb.WithPositionalArgsandydb.WithNumericArgscausedErrInconsistentArgswhen the query contained no?placeholders —PositionalArgsnow passes args through unchanged when it has nothing to bind, regardless of registration order
Full Changelog: v3.127.4...v3.127.5