1
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 15 hours ago. based on code collected about 18 hours ago.
Apr 26, 2023 — Apr 26, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
[misc] code simplification More... 2 days ago
Merge branch 'develop' More... 4 days ago
bump 3.4.0 More... 4 days ago
[CONJ-1173] Bulk implementation returning individual results More... 4 days ago
[misc] metadata ensure correct join in case of using catalog in the future More... 4 days ago
[CONJ-1171] ensure compatibility with 3.x current behavior More... 5 days ago
[CONJ-1174] wrong value for ResultSetMetaData.getPrecision() signed numeric More... 6 days ago
[misc] avoid fallthrough warning More... 10 days ago
[misc] avoid checking redirection for empty string value More... 10 days ago
[CONJ-1171] timezone new options * connectionTimeZone * forceConnectionTimeZoneToSession * preserveInstants More... 10 days ago
[CONJ-1100] ensure DatabaseMetaData.getTables() returning mysql, performance_schema and sys as system tables/views, to permit filtering only user tables/view More... 12 days ago
[CONJ-1125] follow JDBC spec PreparedStatement/PreparedStatement.executeQuery must throw exception when no returning result-set. This is the exact difference of when not using .execute(); More... 22 days ago
[CONJ-1170] correct DatabaseMetaData.getSQLKeywords(), parsing from MariaDB source code (sql/lex.h) More... 24 days ago
[CONJ-1103] support for nullDatabaseMeansCurrent (alias for nullCatalogMeansCurrent) More... 25 days ago
[CONJ-1107] support query timeout even if server doesn't support SET STATEMENT max_statement_time=xx More... 28 days ago
[CONJ-1168] test correction More... 29 days ago
bump 3.4.0 snapshot More... 29 days ago
[CONJ-1169] improve Client prepared statement setMaxRows implementation More... 29 days ago
[CONJ-1168] useBulkStmts compatibility value with pre 3.2 version More... 29 days ago
[misc] ensure not using executeQuery when no result-set is returned More... about 1 month ago
[misc] follow JDBC spec PreparedStatement.executeQuery must throw exception when no returning result-set More... about 1 month ago
[CONJ-1166] new fallbackToSystemKeyStore and fallbackToSystemTrustStore option to permit preventing use of default java key/truststore More... about 1 month ago
[CONJ-1154] avoid unnecessary set transaction isolation queries More... about 1 month ago
[CONJ-1087] correcting test for MySQL 8 using transaction_isolation in place of tx_isolation More... about 1 month ago
[misc] wrap ReentrantLock into AutoCloseable to ensure proper closing More... about 1 month ago
[CONJ-1087] use transaction_isolation in place of tx_isolation and @@session.[transaction_read_only|tx_read_only] in place of SET SESSION TRANSACTION READ ONLY, in order to avoid multiple commands on connection creation More... about 1 month ago
[CONJ-1158] test stability for all server version More... about 1 month ago
[CONJ-1163] new option 'jdbcCompliantTruncation' default true More... about 1 month ago
[CONJ-1158] test stability for all server version More... about 1 month ago
[misc] ensure stable test for socket timeout on windows + code style correction More... about 1 month ago