File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed
Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 1+ ## 1.3.1 (09/17/13)
2+
3+ - helper gems should contain all files from lib/* (#463 )
4+ - [ postgres] hstore values should be returned as Hash instances (#454 )
5+ - we should first allow super AbstractAdapter to initialize then extend spec
6+ otherwise using * adapter: jdbc* configuration might no work (#457 )
7+ - return early (from ` table_exists? ` ) if table name is nil (#460 )
8+ - [ MS-SQL] handle change_column error when column has default binding or indexes
9+ - AR's ` distinct ` compatible with 4.x (and 3.x) for Oracle, Derby and Postgres
10+ - re-invent ` add_column_options! ` (due next AR 4.1) to provide compatibility
11+ - backport SchemaCreation (from AR 4.0/master) + support for all adapters
12+
13+ Code Contributors (in no particular order): Grant Hutchins, Avin Mathew, @emassip
14+
115## 1.3.0 (08/29/13)
216
317- [ oracle] fix structure_dump: ` column['data_default'] ` might come back as ''
Original file line number Diff line number Diff line change 11module ArJdbc
2- VERSION = "1.3.0 "
2+ VERSION = "1.3.1 "
33 # @deprecated
44 module Version
55 # @private 1.2.x compatibility
You can’t perform that action at this time.
0 commit comments