File tree Expand file tree Collapse file tree 2 files changed +20
-1
lines changed
Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Original file line number Diff line number Diff line change 1+ ## 1.3.3 (11/12/13)
2+
3+ - [ mysql] allow encoding to be server-detected (using ` encoding: false ` )
4+ due compatibility we still default to ` encoding: utf8 ` if not set (fixes #481 )
5+ - need to match AR 4.0 built-in patterns to re-define (oracle) tasks correctly
6+ - [ postgres] support some of libpg's ENV variables when connecting
7+ - [ derby] allow multiple parallell nested transactions on DERBY
8+ - [ mssql] when using the Microsoft SQL Server driver, fall back to
9+ rollback_savepoint when release_savepoint is called (#484 )
10+ - [ mysql] only kill the connections cancel timer for driver < 5.1.11
11+ - [ sqlite3] work-around driver ignoring passed schema for table (fixes #483 )
12+ - now using explicit adapter classes with H2/HSQLDB
13+ - [ postgres] Add support for array as root element in JSON (#491 )
14+ - [ postgres] MRI compat - make sure we have a ` query ` method (fixes #486 )
15+ - db:structure: load does not create schema for test db (#480 )
16+
17+ Code Contributors (in no particular order): Glenn Goodrich, Joao Carlos,
18+ Jason Franklin, Dominique d'Argent, Sean McCarthy, Uwe Kubosch
19+
120## 1.3.2 (10/11/13)
221
322- when "pop-ing" current savepoint name - consider open transaction count (#477 )
Original file line number Diff line number Diff line change 11module ArJdbc
2- VERSION = "1.3.3.DEV "
2+ VERSION = "1.3.3"
33 # @deprecated
44 module Version
55 # @private 1.2.x compatibility
You can’t perform that action at this time.
0 commit comments