MariaDB Connector/J 1.1.9 Changelog
The most recent Stable (GA) release of MariaDB Connector/J is:
MariaDB Connector/J 3.5.0
Download Release Notes Changelog Connector/J Overview
Release date: 18 Jun 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.
- Revision #fae71ea
2015-06-04 13:20:03 +0200
- CONJ-152 - rewriteBatchedStatements and multiple executeBatch error
- Revision #59f3d68
2015-05-29 16:18:32 -0700
- fix for max_allowed_packet check. also remove some obsolete stuff . also, remove batch rewrites for prepared statements, it does not work as it is written
- Revision #fb16405
2015-05-29 17:04:50 +0200
- Merge remote-tracking branch 'origin/master' into CONJ-152
- Revision #308382b
2015-05-29 17:03:30 +0200
- CONJ-152 - rewriteBatchedStatements and multiple executeBatch error
- Revision #a7b3241
2015-05-29 16:10:30 +0200
- Merge pull request #13 from MariaDB/CONJ-151
- Revision #a163bdb
2015-05-29 16:06:33 +0200
- CONJ-151 - performance degraded after upgrading from 1.1.7 to 1.1.8
- Revision #4b460e6
2015-05-28 22:56:09 +0200
- Create README.md
- Revision #6ea6c1e
2015-05-28 18:06:22 +0200
- Perf amelioration
- Revision #8f88239 2015-05-28 16:15:14 +0200
- Revision #a812c75 2015-05-28 16:06:29 +0200
- Revision #9fc77b2
2015-05-20 11:29:02 +0200
- Merge pull request #8 from rasmushoj/master
- Revision #a798ed3
2015-05-20 09:36:29 +0300
- Fixed failing test cases
- Revision #b4c9b59
2015-05-20 09:34:03 +0300
- Revert "Merge branch 'rasmus-failover'"
- Revision #5900322
2015-05-20 09:31:20 +0300
- Merge branch 'rasmus-failover'
- Revision #ea70a96
2015-05-20 09:30:14 +0300
- Fixed failing test cases
- Revision #c49eb6c
2015-05-19 17:01:30 +0300
- Merge branch 'master' into rasmus-failover
- Revision #6442bce
2015-05-19 16:57:25 +0300
- Merge pull request #1 from MariaDB/master
- Revision #53c792f
2015-05-19 16:40:32 +0300
- Merge pull request #7 from roidelapluie/master
- Revision #40b2cdb
2015-05-19 16:36:38 +0300
- Removed prints and added ignore for lastPacketFailedTest
- Revision #f449adc
2015-05-19 14:06:43 +0200
- Fix hostname in new ConnectionPoolTest
- Revision #e62c4f4
2015-05-19 11:17:36 +0300
- Merge pull request #6 from roidelapluie/master
- Revision #5e12a2f
2015-05-18 23:07:20 +0300
- Merge branch 'rasmus-test-case-fixes'
- Revision #6d9804a
2015-05-18 23:07:08 +0300
- Correcting merge conflict in JDBCUrl
- Revision #af0aef1
2015-05-18 22:44:38 +0300
- Merge branch 'packet-not-received'
- Revision #68b55be
2015-05-18 22:38:10 +0300
- Added tests for connection pooling and timeouts
- Revision #713720e
2015-05-18 18:42:22 +0200
- add documentation + better search loop for aurora
- Revision #0c26bdd
2015-05-18 18:11:58 +0200
- add documentation
- Revision #4267224
2015-05-14 18:23:03 +0200
- Add parameters to tests so they can be run against a MariaDB server different than LocalHost.
- Revision #9376624
2015-05-17 17:59:31 +0200
- Failover handling
- Revision #ccd0a21
2015-05-07 10:47:27 +0300
- Merge branch 'master' into rasmus-failover
- Revision #a077f2d
2015-05-07 10:42:33 +0300
- Test cases stubs for failover
- Revision #dd389d5
2015-04-17 16:36:39 -0700
- merge conflict
- Revision #090bd2e
2015-04-17 16:10:29 -0700
- Merge pull request #5 from MariaDB/CONJ-149
- Revision #cde290d
2015-04-17 16:09:40 -0700
- merge conflict
- Revision #aef4f57
2015-04-17 16:00:48 -0700
- CONJ-149 ResultSetMetaData.getTableName returns table alias instead of real table name
- Revision #270b0e4
2015-04-17 14:51:50 -0700
- Merge pull request #4 from MariaDB/rasmusj-testcases
- Revision #1111466
2015-04-17 14:50:43 -0700
- Fixing test cases
- Revision #cbb6522
2015-04-17 14:35:55 -0700
- Merge pull request #3 from MariaDB/CONJ-142
- Revision #fc2d417
2015-04-17 14:33:48 -0700
- CONJ-142: Using a semicolon in a string with "rewriteBatchedStatements=true" fails
- Revision #f7b8ad3
2015-04-17 09:41:50 -0700
- Merge pull request #2 from MariaDB/CONJ-150
- Revision #62ef042
2015-04-17 09:39:12 -0700
- CONJ-150 Fixes to JDBC URL
- Revision #edef9c0
2015-04-14 11:11:41 -0700
- Merge branch 'rasmus-test-case-fixes' into rasmus-failover
- Revision #869cbdf
2015-04-14 11:10:15 -0700
- some gitignore change by eclipse
- Revision #830e29c
2015-04-13 12:35:47 +0300
- CONJ-142: Using a semicolon in a string with "rewriteBatchedStatements=true" fails
- Revision #d4e01e2
2015-04-11 10:21:39 +0300
- Added functions for checking for super privileges and local connections
- Revision #b534523
2015-04-10 13:00:00 +0300
- Connection corrections in test cases
- Revision #964d222
2015-04-10 12:46:18 +0300
- Test cases connection corrections and marking test cases for being skipped properly
- Revision #5c05e1e
2015-04-10 00:43:51 +0300
- Marking skipped tests as skipped
- Revision #0be2d6b
2015-04-10 00:34:25 +0300
- Fixed mdev3916 test case
- Revision #b31fb95
2015-04-10 00:17:23 +0300
- Parsing of JDBC url did not work
- Revision #16842b2
2015-01-30 15:52:03 +0100
- Added github support for pom.xml
- Revision #d44dcf2
2015-01-30 14:20:03 +0100
- Forced line endings to eol=lf
- Revision #c52acdb
2015-01-30 14:19:04 +0100
- Migrated from Bazaar to Git.
Comments
Comments loading...
Content reproduced on this site is the property of its respective owners,
and this content is not reviewed in advance by MariaDB. The views, information and opinions
expressed by this content do not necessarily represent those of MariaDB or any other party.