Skip to content

Releases: ydb-platform/ydb-jdbc-driver

v2.1.3

22 May 08:49
v2.1.3
fc3fcbd
Compare
Choose a tag to compare

What's Changed

v2.1.2

14 May 08:26
v2.1.2
b9b0589
Compare
Choose a tag to compare

What's Changed

v2.1.1

29 Apr 14:19
v2.1.1
aa68ef9
Compare
Choose a tag to compare
  • Fixed a race on the YDB context creating
  • Fixed leak of YDB context on closing
  • Upgraded to YDB Java SDK 2.2.2

v2.1.0

04 Apr 13:27
v2.1.0
94cd18e
Compare
Choose a tag to compare

What's Changed

v2.0.5

08 Dec 13:11
v2.0.5
b492829
Compare
Choose a tag to compare
  • Extended usage of standard JDBC exception classes
  • Fixed too small default timeout

v2.0.4

04 Dec 17:06
v2.0.4
a5389c8
Compare
Choose a tag to compare

What's Changed

  • Fix batch parameters by @alex268 in #33
  • Force using of single thread scheduler by @alex268 in #34
  • Use standard exception classes for detecting retryable problems by @alex268 in #35
  • Update implementation getUpdateCount()/hasMoreResults() by @alex268 in #36
  • Add cache for prepared queries and params by @alex268 in #37

Full Changelog: v2.0.3...v2.0.4

Release v2.0.3

30 Nov 10:23
v2.0.3
51e6997
Compare
Choose a tag to compare
  • Fixed getUpdateCount() after getMoreResults()
  • Fixed columns info for empty result sets from DatabaseMetaData

v2.0.2

02 Oct 08:10
v2.0.2
c10fdf0
Compare
Choose a tag to compare

What's Changed

v2.0.1

26 Sep 07:39
v2.0.1
be33be2
Compare
Choose a tag to compare
  • Added column tables to getTables() method
  • Added parameter forceQueryMode to use for specifying the type of query
  • Execution of scan or scheme query inside active transaction will throw exception

v2.0.0

21 Sep 10:26
v2.0.0
5ee533e
Compare
Choose a tag to compare
  • Auto detect of YDB query type
  • Support of batch queries
  • Support of standard positional parameters
  • Added the ability to set the YQL variable by alphabetic order