Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Download | Release Notes | Changelog |
Release date: 29 Feb 2016
For the highlights of this release, see the release notes.
The revision number links will take you to the revision's page on GitHub. On GitHub you can view more details of the revision and view diffs of the code modified in that revision.
CONJ-252 : Correction of charset parameter on Statement.setCharacterStream() and setClob. Revision #012b8c3 2016-02-19
: Protocol encoding correction for binary field. 2016-02-20
: Correction of error in boolean when using scala anorm string interpolation. 2016-02-19
: getBoolean() improvement (for field not normally considered as boolean). 2016-02-19
: correction of possible race condition on statement.close().. 2016-02-21
Misc
using default utf8mb4 (4 bit UTF8) charset in exchanges. 2016-02-20, 2016-02-20
binary data Time correction. 2016-02-20
Changelogs for the MariaDB Connector/J 1.3 series
Download | Release Notes | Changelog |
Release date: 18 Nov 2015
For the highlights of this release, see the release notes.
The revision number links will take you to the revision's page on GitHub. On GitHub you can view more details of the revision and view diffs of the code modified in that revision.
Correction :
Bug correction when using getDate on a Timestamps field.
2015-11-16
Additionnal commits:
Documentation Improvement :
2015-11-16
Code improvements :
2015-11-17
Download | Release Notes | Changelog |
Release date: 09 Feb 2016
For the highlights of this release, see the release notes.
The revision number links will take you to the revision's page on GitHub. On GitHub you can view more details of the revision and view diffs of the code modified in that revision.
: correction getString on tinyInt false value. 2016-01-12
failover : Assure connection when a failover append during connection initialization : 2016-01-12
: Check connection status before executing query
2016-01-12
2016-01-13
: permit aurora single node cluster. 2016-01-12
test correction :
2016-01-12
2016-01-13
Revision #5255703 2015-11-17
Revision #bddb31b 2015-11-17
Revision #b6e75d9 2015-11-17
Testing improvements :
Revision #7c913ab 2015-11-13
Revision #d70c109 2015-11-16
Connection.prepareStatement() taking column indexes or names return generated keys Revision #6d84426 2016-01-12
Download | Release Notes | Changelog |
Release date: 23 Mar 2016
For the highlights of this release, see the release notes.
The revision number links will take you to the revision's page on GitHub. On GitHub you can view more details of the revision and view diffs of the code modified in that revision.
: Server prepare statement failover use the associated connection
Performance improvement : using directly the query.getByte("UTF-8") array to avoid recreating a new array, rewriteStatement improvement (parsing query to verify that the query can be rewritten + performance) , Local file upload correction when using useCompression option.
: SQLException when calling PreparedStatement.executeBatch() without calling addBatch().
: Error in stored procedure or SQL statement with allowMultiQueries does not raise Exception when there is a result returned prior to erroneous statement.
: getString on '0000-00-00' date was returning npe.
PrepareStatement now doesn't lose decimal when using Float or Double object,
Misc
ServerPrepareStatement avoid the fallback to Client PrepareStatement when there is a socket exception.
CONJ-219 : Correcting Datasource parameter handling. Revision #da75bf7 2015-11-19
CONJ-221 : preparedStatement : Error when using statement setObject(int, object, sqlType) with object with Long type and sql type Types.BIGINT. Revision #d757fad 2015-11-19
CONJ-220 : prepareStatement : setCharacterStream and setBlob possible IndexOutOfBoundsException depending on stream length. Revision #71e319c 2015-11-20
CONJ-223 : MetaData.getParameterCount() on prepareStatement now return correct result. Revision #76cfdfe 2015-11-22
CONJ-222 : INSERT ... SELECT are now not rewritten when option rewriteBatchedStatements is set. Revision #39286a8 2015-11-22
Code cleaned to avoid a connection leak
Revision #7900eb9 2015-11-19
Revision #4cc3c04 2015-11-20
Revision #ba100f3 2015-11-22
various test improvements
caching maven dependency : Revision #f76d42f 2015-11-20
avoid downloading JCE for testing SSL : Revision #aded3fb 2015-11-20
test code improvement : Revision #ce02e2a 2015-11-20
test code improvement : 2015-11-20
avoid race condiction when testing aurora : 2015-11-20
test correction : 2015-11-22
clean unused code
2015-11-23
CONJ-225 : ResultSet.getString correction for prepareStatement.
Revision #455f36f 2015-11-30
Revision #fce8e4c 2015-11-30
CONJ-226 : PreparedStatement return NULL When TIME column value=00:00:00. Revision #528fa17 2015-11-30
CONJ-227 : Mariadb alias in url connection string wasn't working in HA mode. Revision #4a5b824 2015-11-30
CONJ-228 : Handle unsigned numeric data.
Revision #cf73089 2015-12-03
Revision #e9c756d 2015-12-04
CONJ-224 : Metadata driver version. Revision #749bca5 2015-12-04
CONJ-229 : Host is not mandatory for named pipe connection. Revision #43de452 2015-12-02
CONJ-179 : Statement.getMoreResults() was returning wrong value. Revision #76cfdfe 2015-11-22
Revision #41598be 2015-11-24
Revision #9cc948e 2015-11-24
various improvements
replace stringbuffer with stringbuilder : Revision #7ea4ffc 2015-11-30
Fix unit of default value of retriesAllDown in the documentation : Revision #480465b 2015-11-30
delete test logging dependency, since it cause error on travis with openjdk : Revision #f1a8e1c 2015-12-05
delete test with race condition
2015-12-05
2015-12-07
Download | Release Notes | Changelog |
Release date: 12 Jan 2016
For the highlights of this release, see the release notes.
The revision number links will take you to the revision's page on GitHub. On GitHub you can view more details of the revision and view diffs of the code modified in that revision.
: Support client keystore and/or server truststore configuration.
2015-11-17
2015-11-17
2015-11-17
: PrepareStatement prepare exception handling 2015-12-31
: Correction on using getInt on a signed smallInt negative value on prepareStatement 2015-12-26
Failover improvement
Fix race conditions around static 'blacklist' map : 2015-12-11
Switch from System.currentTimeMillis() to System.nanoTime() to avoid System timeclock dependency : 2015-12-11
2015-12-15
: Closing a close statement does not throw an Exception anymore. 2015-12-26
: Permit commit when in autocommit mode 2016-01-09
: Permit using Connection.setReadOnly(true) during a transaction mode 2016-01-09
documentation :
2015-12-31
2015-12-31
2015-12-31
Revision #e9a08c5 2015-12-17
Revision #8c5bc3d 2015-12-21
Revision #b9d44be 2015-12-22
Revision #bcfbc87 2015-12-27
Revision #90a992f 2015-12-30
Revision #1473524 2015-12-30
Revision #cf3ba64 2016-01-04
Revision #36e8519 2016-01-05
Revision #93a9461 2016-01-06
Revision #07bf7b1 2016-01-07
Revision #655c830 2016-01-07
Revision #003d31d 2016-01-07
Revision #fb76158 2016-01-07
Revision #58962cc 2016-01-08
Revision #cf49a19 2016-01-08
Revision #939e92d 2015-12-31
Revision #7eb1e82 2016-01-08
test correction :
Revision #7ef57d3 2015-12-15
Revision #e0cd71a 2015-12-15
Revision #008c6e7 2015-12-26
Download | Release Notes | Changelog |
Release date: 16 Nov 2015
MariaDB Connector/J 1.3.0 is a Stable (GA) release.
For the highlights of this release, see the release notes.
The revision number links will take you to the revision's page on GitHub. On GitHub you can view more details of the revision and view diffs of the code modified in that revision.
Major change :
CONJ-94 : new Date/Time/Timstamps implementation that handle timezone and daylight correctly.
2015-09-17
2015-09-21
2015-09-29
: implementation of loadbalancing without failover
2015-09-17
2015-09-21
: Implementation of prepareStatement server side
2015-09-08
2015-09-10
2015-09-15
Minor change :
: new option (assureReadonly) to validate that slave is read-only - 2015-09-21
: fixing insert ... select error in prepare statement
: Correct driver metadata version - 2015-09-04
: Handle setObject java.lang.Character type - 2015-09-15
MISC :
add developpement snapshot repository information - 2015-09-04
deletion of slf4j requirement - 2015-09-15
code formatting unification - 2015-09-15
javadoc formatting unification - 2015-09-15
Revision #0f78c03 2015-09-15
Revision #b300e40 2015-09-15
Revision #69eed3e 2015-09-16
Revision #2bcf2d8 2015-09-16
Revision #df6bf2f 2015-09-16
Revision #8f65a6a 2015-09-16
Revision #bbefaa7 2015-09-16
Revision #7abf691 2015-09-16
Revision #ce5cd77 2015-09-17
Revision #e8652c1 2015-09-17
Revision #9bfe1ca 2015-09-17
Revision #5a1772f 2015-09-18
Revision #cc7b8e2 2015-09-18
Revision #8960d97 2015-09-20
Revision #25cfbec 2015-09-21
CONJ-182 : Correction of "Self assignment of field correction - Revision #c317981 2015-09-15
correct LOAD DATA LOCAL INFILE handling - Revision #d5fbf83 + Revision #b01686a 2015-09-23
This page is: Copyright © 2025 MariaDB. All rights reserved.
This page is: Copyright © 2025 MariaDB. All rights reserved.
This page is: Copyright © 2025 MariaDB. All rights reserved.
This page is: Copyright © 2025 MariaDB. All rights reserved.
This page is: Copyright © 2025 MariaDB. All rights reserved.
This page is: Copyright © 2025 MariaDB. All rights reserved.
This page is: Copyright © 2025 MariaDB. All rights reserved.
This page is: Copyright © 2025 MariaDB. All rights reserved.