Skip to content

Commit e8e7386

Browse files
committed
prepare for 1.3.20
1 parent fbc5adc commit e8e7386

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

History.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
## 1.3.20 (03/09/16)
2+
3+
- Retrieve AM::Type::Boolean::FALSE_VALUES for Rails 5 (#705)
4+
- [mysql] only mock mysql / mysql2 error under adapter /mysql/
5+
and make sure db:create works (#702)
6+
- use system instead of `` to run dumps (on < 4.0) as it has issues under 1.7.x
7+
- avoid column.default type_cast-ing on AR 4.2 (#715)
8+
- [postgres] data_sources support - backport on AR 4.2
9+
- add support for data sources (backport on AR 4.2) in base (jdbc) adapter
10+
- [derby] Enable DDL transaction on Derby (#714)
11+
- [db2] support for DB2 big integer (BIGINT) data type
12+
- [mysql] Fixed MySQL primary key for MySQL >= 5.7.3 (#695)
13+
- [sqlite] on AR 4.2 is not supposed to have an implicit string limit: 255
14+
- [postgres] on AR 4.2 is not supposed to have an implicit string limit: 255
15+
116
## 1.3.19 (11/02/15)
217

318
- [sqlite] add supports_partial_index? and remove duplicate support_index_sort_order?

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.19"
2+
VERSION = "1.3.20"
33
# @deprecated
44
module Version
55
# @private 1.2.x compatibility

0 commit comments

Comments
 (0)