Skip to content

Releases: CUBRID/cubrid-jdbc

CUBRID JDBC 11.2.1.0038

26 Aug 06:07
f838aab
Compare
Choose a tag to compare

CUBRID JDBC 11.2.1.0038 is the latest stable version which conforms to CUBRID 11.3 release.

CUBRID JDBC 11.2.1.0038


Change logs:

Enhancements

a397bf7 [APIS-989] Datatype information needs to be added. (#45, #46)

CUBRID JDBC 11.2.0.0035

27 Sep 04:00
2fabef2
Compare
Choose a tag to compare

CUBRID JDBC 11.2.0.0035 is the latest stable version which conforms to CUBRID 11.3 release.

CUBRID JDBC 11.2.0.0035


Change logs:

Enhancements

5895f35 [APIS-976] JDBC receives the oracle_compat_number_behavior system parameter and removes trailing zeros of double and float types. (#40, #41, #42, #43)

CUBRID JDBC 11.1.1.0030

02 May 06:33
4a2743d
Compare
Choose a tag to compare

CUBRID JDBC 11.1.1.0030 is the latest stable version which conforms to CUBRID 11.2 release.

CUBRID JDBC 11.1.1.0030

Change logs:

Bug Fix

9fb24f5 [APIS-886] GeneratedKeys() is supported by cubrid jdbc (#38)
4a2743d [CBRD-24592] Remove default connection in CUBRIDDriver (#39)

CUBRID JDBC 11.1.1.0028

25 Aug 05:02
e5f1ed0
Compare
Choose a tag to compare

CUBRID JDBC 11.1.1.0028 is the latest stable version which conforms to CUBRID 11.2 release.

CUBRID JDBC 11.1.1.0028

Change logs:

Bug Fix

e5f1ed0 [APIS-933] Can't import java.sql or javax.sql on JDK 9 or higher. (JDBC 11.1.0.0027) (#37)

CUBRID JDBC 11.1.0.0027

24 May 01:34
cacc69e
Compare
Choose a tag to compare

CUBRID JDBC 11.1.0.0027 is the latest stable version which conforms to CUBRID 11.2 release.

CUBRID JDBC 11.1.0.0027

Change logs:

Enhancements

78a3676 [APIS-869] The default value of hold_cursor was changed to TRUE (#15, #17)
902269e [APIS-877] Improve JDBC driver to use statement cache (#24)
f6347cc [APIS-883] Failed to build since setting ANT environment variable wrong (#23)
63222eb [CBRD-23846] Support new stored procedure design (#28, #34, #35)
13365d2 [CBRD-23886] Added File for New JDBC Repository and build(#3, #4, #5, #6, #8, #9)
329e74a [CBRD-23966] Add custom target for JDBC and Java SP (#29, #31, #32, #33)

Bug Fixes

025df70 [APIS-859] Fix NPE when inserting null value into Numeric column using setObject(int, Object, int, int) (#10)
b7463ad [APIS-860] Fix NPE when inserting string value into Numeric column using setObject(int, Object, int, int) (#11)
dda6d38 [APIS-885] Change auto_commit mode to false when starting a distributed transaction (#25)
97f144e [APIS-906] PrepareStmtCache must be maintained until the Connection is closed. (#30)
3807c2b [CBRD-24063] Error occurs when Connection.close() is called multiple times in Server-side JDBC (#19)
3b27935 [CBRD-24063] Fix "Cannot communicate with the broker" error (#22)