Releases: CUBRID/cubrid-jdbc
CUBRID JDBC 11.3.0.0047
CUBRID JDBC 11.3.0.0047 is the latest stable version which conforms to CUBRID 11.3 release.
CUBRID JDBC 11.3.0.0047
Change logs:
Enhancements
5addd0e [APIS-997] Fix the TABLE_SCHEM, TABLE_NAME return format among CUBRIDDatabaseMetaData methods (#51)
198918c [APIS-1000] Improve ResultSetMetaData return value for multi-schema support (#54)
69c58a8 [APIS-1001] Update README JDK version (#53)
79f6602 [APIS-1005] Extends the loadBalance Property of JDBC. (#56)
CUBRID JDBC 11.2.1.0038
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
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
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
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
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)