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.10 (08/29/14)
2+
3+ - [ postgres] preliminary (temp) fix for Marshal.dump broken since 1.3.8 (#573 )
4+ - [ postgres] adapter was missing the custom rename_index method (fixes #577 )
5+ - [ postgres] user defined types should not raise an error
6+ - [ postgres] align with Rails distict white-space fix (regression in 4.0.10)
7+ - [ mssql] allow for ` offset(x) ` without ` limit(y) ` to work ... (fixes #564 )
8+ - [ mssql] correctly parse set_table_name string with owner (#574 )
9+ - allow database.yml or config option to set ` :insert_returning ` (#570 )
10+ - [ sqlite3] savepoint without passed explicit name not supported
11+ - synchronize setting resolved visitor type
12+ - [ mssql] (hopefully) fix ORDER BY mis-detection - closes #532 (improved #549 )
13+ - [ mysql] columns were sometimes instantiated with the wrong column class (#566 )
14+
115## 1.3.9 (07/07/14)
216
317- [ postgres] improve Range's type cast - fixing minor quoting failure on AR 4.x
Original file line number Diff line number Diff line change 11module ArJdbc
2- VERSION = "1.3.10.dev "
2+ VERSION = "1.3.10"
33 # @deprecated
44 module Version
55 # @private 1.2.x compatibility
You can’t perform that action at this time.
0 commit comments