File tree Expand file tree Collapse file tree 2 files changed +18
-1
lines changed
Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change 1+ ## 1.3.7 (04/14/14)
2+
3+ - [ postgres] handle null values in array columns with AR < 4.0 (fixes #548 )
4+ - [ mysql] support for config[ : reconnect ] (might need some fine tuning to match mysql2)
5+ - fix ordering on an aggregate in MSSQL (#532 )
6+ - introduce a deprecation (warn) method for AR-JDBC and start using it
7+ - [ mysql] do not set defaults for text/blob columns on rename/change (#543 )
8+ - try resolving config 'database' (if missing) from JDBC url: in rake tasks
9+ - [ mysql] needs to ` reconnect! ` when recreating database (fixes #539 )
10+ - remove_column compatibility with Rails 4.x for Oracle, Derby and MSSQL (#541 )
11+ - Fix connection without user and password (#542 )
12+ - fix db2 remove_column for ActiveRecord 4 (#537 )
13+ - FireBird's DB meta-identifier is 31 chars maximum, thanks @mariuz (#538 )
14+ - [ derby] add emulate booleans option for derby adapter
15+
16+ Code Contributors (in no particular order): mark100net, Pierrick Rouxel, @iaddict
17+
118## 1.3.6 (02/04/14)
219
320- fix rails 4-0-stable compatibility (see #530 )
Original file line number Diff line number Diff line change 11module ArJdbc
2- VERSION = "1.3.6 "
2+ VERSION = "1.3.7 "
33 # @deprecated
44 module Version
55 # @private 1.2.x compatibility
You can’t perform that action at this time.
0 commit comments