Skip to content

Commit bdcd906

Browse files
committed
fill-in more History that is already in
1 parent c7b096a commit bdcd906

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

History.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
## 1.3.8 (pe/nd/in)
22

3+
- [mssql] performance improvements :
4+
* "optimized" quote_name_part in Java + avoid bytes copying in quoteCharWith
5+
* throwing exceptions in the hot path results in slow code
6+
* minor performance improvements to mssql type_cast
7+
- [mssql] fix remove_column on AR < 3.2
8+
- [mssql] dealing with column that need quoting (e.g. ids with spaces) in ORDER
9+
special care needs to be performed on AR <= 3.2 - Arel < '4.0' (closing #551)
10+
- [mssql] correct default value quoting + update on change when non null with default
11+
- [mssql] backport database ('.' in name) quoting fix from sqlserver adapter
12+
- get the "correct" (AR::Base) record.class on AR 4.1 (#555)
313
- [oracle] support disabling generated keys `-Darjdbc.oracle.generated_keys=false`
414
- [postgres] fix returning generated keys + use *arjdbc.postgresql.generated_keys*
515
- [oracle] working `config[:insert_returning] = true` support (using prepared calls)
@@ -14,6 +24,8 @@
1424
- [h2] should have it's own arel visitor class (`Arel::Visitors::H2`)
1525
- [h2] support for latest beta of next major release - H2 database **1.4**
1626

27+
Code Contributors (in no particular order): Michael J. Cohen
28+
1729
## 1.3.7 (04/14/14)
1830

1931
- [postgres] set prepared values with array columns on AR < 4.0 correctly

0 commit comments

Comments
 (0)