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.14 (01/28/15)
2+
3+ - [ mysql] Fixed an undefined exception error in type_to_sql for MySQL (#616 )
4+ - [ derby] support for empty insert statements (e.g. ` DbModel.create! ` ) on AR 4.x
5+ - [ db2] revert limit/offset OVER( ORDER BY ) matching as it was not complete (#606 )
6+ - [ db2] handle empty INSERT statement (default) VALUES in a way that works on AR 4.x
7+ - [ db2] ` select ` return value should be the same as core AR (Array on 3.2) (#607 )
8+ - [ mysql] backport bulk change & schema-creation to be compatible with AR 4.x
9+ - handle possible null values while extracting from XML columns (#615 )
10+ - DateTime columns are returned always as nil values (on Rails 4.2 #613 )
11+ - [ oracle] do not override primary= within column methods on AR 4.2
12+ - handle removed AR ` Column#primary= ` method on 4.2 (#609 )
13+ - [ oracle] fix missing sequence_name_length method when doing a rename_table
14+ - [ mysql] do not force * DEFAULT CHARSET=utf8* when creating new tables
15+ - [ postgres] rename the primary key index when renaming a table in pg
16+ - [ db2] improve create_table on Z/OS (now supporting AR 4.x TableDefinition) (#581 )
17+
118## 1.3.13 (11/21/14)
219
320- handle ("hacked") date/time/timestamp conversion from the JDBC side on 4.2
Original file line number Diff line number Diff line change 11module ArJdbc
2- VERSION = "1.3.13 "
2+ VERSION = "1.3.14 "
33 # @deprecated
44 module Version
55 # @private 1.2.x compatibility
You can’t perform that action at this time.
0 commit comments