Download | Release Notes | Changelog |
Release date: 25 May 2022
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.
Revision #43baaa01 update CHANGELOG
Revision #523e6edb Merge branch 'release/3.0.5'
bump 3.0.5
[] adding a technical option 'forceTransactionEnd' to force ROLLBACK/COMMIT commands when not needed
[] adding 'auto' timezone possibility
[] correct ResultSetMetaData.getPrecision() and getColumnType() for TINYTEXT/TEXT/MEDIUMTEXT/LONGTEXT
[] adding mysql TLS client option aliases
[misc] remove incorrect public interface
[misc] correct test certificates change
[misc] correct cipher limitation test
[] callable statement clearParameters() doesn't take in account OUTPUT parameters
[] statement toString implementation to permit logging purposes
[] better error message when not loading serverSslCert file
[misc] ensure load balance tests for long connections
[] support java.time.OffsetDateTime parameters
[] ensure test statibility (checking @@local_infile);
[] revert allowLocalInfile default for compatibility * allowLocalInfile default to true * improve error message when LOAD LOCAL infile command is issued and connector configuration disabled it (allowLocalInfile=fals e) * ensure that when LOCAL_INFILE is request by server, command is a LOCAL INFILE command, with file name validation when possible
[misc] ensure codec return correct classname
[] support java.time.Instant type
[] resultset for negative TIME value return erronous LocalDateTime values b939693d [misc] xpand testing improvement
[] ArrayIndexOutOfBoundsException when alias length > 250
[] When multiple host without failover prefix, ensure connecting to all host until successfully establish a connection
[] Timestamp encoding loose microsecond precision
[misc] test addition for numeric zerofill
[misc] ensure windows test stability
bump SNAPSHOT version
Merge branch 'master' into develop
Merge tag '3.0.4' into develop
This page is: Copyright © 2025 MariaDB. All rights reserved.