From ce1b637b4937d529d9d3e4bd86687057477ae64e Mon Sep 17 00:00:00 2001 From: kares Date: Mon, 9 Mar 2015 06:42:00 +0100 Subject: [PATCH] prepare for AR-JDBC 1.3.15 --- History.md | 3 ++- lib/arjdbc/version.rb | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/History.md b/History.md index f7a4a969f..4d420e5f9 100644 --- a/History.md +++ b/History.md @@ -1,5 +1,6 @@ -## 1.3.15 (pen/nd/in) +## 1.3.15 (03/09/15) +- [informix] adapter undefined method 'column_types' with Rails 4.x (#622) - improve connection factory Ruby interface impls to match Java method-name (#621) - [sqlite] truncate_fake - as due compatibility with do not want a truncate method - truncate support 4 all (introduced in AR 4.2 but we let it work in all versions) diff --git a/lib/arjdbc/version.rb b/lib/arjdbc/version.rb index d8e31a80d..163eaed70 100644 --- a/lib/arjdbc/version.rb +++ b/lib/arjdbc/version.rb @@ -1,5 +1,5 @@ module ArJdbc - VERSION = "1.3.14" + VERSION = "1.3.15" # @deprecated module Version # @private 1.2.x compatibility