Skip to content

Commit 12b034a

Browse files
committed
fill in change-log
1 parent cb62074 commit 12b034a

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

History.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
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

0 commit comments

Comments
 (0)