File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change
1
+ ## 1.3.24 (09/24/17)
2
+
3
+ - [ as400] Fixed ordering when limit and offset present (#789 )
4
+ - [ postgres] limit driver version correctly since > 9.4.1206 might break
5
+ - [ db2] fixed issue with serialization not happening (#795 )
6
+ resolves #725 (serialize with custom class not working on AR 4.2)
7
+ - reconnect!/disconnect! shall call super to reset cache/transaction state
8
+ - [ oracle] some ~ enhanced adapter compatibility with configuration
9
+ - [ mysql] support setting collation: xxx with config[ : encoding ] like AR 4.2
10
+ - [ as400] Check if the exception thrown is a false-positive (#792 )
11
+ - [ as400] Added truncate functionality for DB2/AS400 (#793 )
12
+ - [ as400] Added DatabaseTasks for the as400 (#791 )
13
+
1
14
## 1.3.23 (05/14/17)
2
15
3
16
- specify gem 'activerecord' < 5 since 5.x is not supported in 1.3.x
Original file line number Diff line number Diff line change 1
1
module ArJdbc
2
- VERSION = "1.3.23 "
2
+ VERSION = "1.3.24 "
3
3
# @deprecated
4
4
module Version
5
5
# @private 1.2.x compatibility
You can’t perform that action at this time.
0 commit comments