From d63858e0067f3f53defe5486dd7d5ad680bb6df8 Mon Sep 17 00:00:00 2001 From: kares Date: Sun, 24 Sep 2017 21:47:08 +0200 Subject: [PATCH] prepare for 1.3.24 --- History.md | 13 +++++++++++++ lib/arjdbc/version.rb | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/History.md b/History.md index 57b7adb41..3f6556131 100644 --- a/History.md +++ b/History.md @@ -1,3 +1,16 @@ +## 1.3.24 (09/24/17) + +- [as400] Fixed ordering when limit and offset present (#789) +- [postgres] limit driver version correctly since > 9.4.1206 might break +- [db2] fixed issue with serialization not happening (#795) + resolves #725 (serialize with custom class not working on AR 4.2) +- reconnect!/disconnect! shall call super to reset cache/transaction state +- [oracle] some ~ enhanced adapter compatibility with configuration +- [mysql] support setting collation: xxx with config[:encoding] like AR 4.2 +- [as400] Check if the exception thrown is a false-positive (#792) +- [as400] Added truncate functionality for DB2/AS400 (#793) +- [as400] Added DatabaseTasks for the as400 (#791) + ## 1.3.23 (05/14/17) - specify gem 'activerecord' < 5 since 5.x is not supported in 1.3.x diff --git a/lib/arjdbc/version.rb b/lib/arjdbc/version.rb index e265c65e7..3f612287d 100644 --- a/lib/arjdbc/version.rb +++ b/lib/arjdbc/version.rb @@ -1,5 +1,5 @@ module ArJdbc - VERSION = "1.3.23" + VERSION = "1.3.24" # @deprecated module Version # @private 1.2.x compatibility