File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed
Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change 11## 1.3.18 (pe/nd/in)
22
3+ - since arel visitor instances might get re-used we need to avoid the @instance
4+ - [ postgres] work-around BC time parsing issue (on JRuby 1.7.x) by a patch
5+ - [ mssql] fix broken ordering on an aggregate queries (from #646 closing #532 )
6+ - [ mssql] default to using a string limit: 4000 with newer AR
7+ - [ mssql] setup type map for SQLServer ... backwards compat as much as possible
8+ - for better AR alignment on 4.2 shall do the AR type-casting of booleans/dates
9+ - [ mssql] ... port over visitor from sqlserver-adapter (to be used on AR 4.2)
10+ - [ mssql] allow to tune collation equality operator with * cs_equality_operator*
11+ - [ mssql] setup BINARY/TEXT types as binary_basic/text_basic (needed on 4.2)
12+ - [ mssql] setup a NATIVE_DATABASE_TYPES constant (for SQLServer > 2K) (#508 )
13+ - [ jdbc] prefer BIT(1) as a better match for : boolean type than TINYINT
314- [ mssql] get_table_name bug with unusual queries has been fixed (#583 )
415- [ mssql] make sure we set @primary on column instances even on AR 4.2
516- [ mssql] issue when using joins with distinct (#590 ) ... fixed with #608
You can’t perform that action at this time.
0 commit comments