Skip to content

Commit d63858e

Browse files
committed
prepare for 1.3.24
1 parent 15d7d1f commit d63858e

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

History.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
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+
114
## 1.3.23 (05/14/17)
215

316
- specify gem 'activerecord' < 5 since 5.x is not supported in 1.3.x

lib/arjdbc/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module ArJdbc
2-
VERSION = "1.3.23"
2+
VERSION = "1.3.24"
33
# @deprecated
44
module Version
55
# @private 1.2.x compatibility

0 commit comments

Comments
 (0)