From e8e7386a4949e0e02f177dbf915875328de7d453 Mon Sep 17 00:00:00 2001 From: kares Date: Wed, 9 Mar 2016 09:09:51 +0100 Subject: [PATCH] prepare for 1.3.20 --- History.md | 15 +++++++++++++++ lib/arjdbc/version.rb | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/History.md b/History.md index ae78e3cfb..ac0dc60da 100644 --- a/History.md +++ b/History.md @@ -1,3 +1,18 @@ +## 1.3.20 (03/09/16) + +- Retrieve AM::Type::Boolean::FALSE_VALUES for Rails 5 (#705) +- [mysql] only mock mysql / mysql2 error under adapter /mysql/ + and make sure db:create works (#702) +- use system instead of `` to run dumps (on < 4.0) as it has issues under 1.7.x +- avoid column.default type_cast-ing on AR 4.2 (#715) +- [postgres] data_sources support - backport on AR 4.2 +- add support for data sources (backport on AR 4.2) in base (jdbc) adapter +- [derby] Enable DDL transaction on Derby (#714) +- [db2] support for DB2 big integer (BIGINT) data type +- [mysql] Fixed MySQL primary key for MySQL >= 5.7.3 (#695) +- [sqlite] on AR 4.2 is not supposed to have an implicit string limit: 255 +- [postgres] on AR 4.2 is not supposed to have an implicit string limit: 255 + ## 1.3.19 (11/02/15) - [sqlite] add supports_partial_index? and remove duplicate support_index_sort_order? diff --git a/lib/arjdbc/version.rb b/lib/arjdbc/version.rb index bbd67312f..517480c63 100644 --- a/lib/arjdbc/version.rb +++ b/lib/arjdbc/version.rb @@ -1,5 +1,5 @@ module ArJdbc - VERSION = "1.3.19" + VERSION = "1.3.20" # @deprecated module Version # @private 1.2.x compatibility