File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change
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
+
1
16
## 1.3.19 (11/02/15)
2
17
3
18
- [ sqlite] add supports_partial_index? and remove duplicate support_index_sort_order?
Original file line number Diff line number Diff line change 1
1
module ArJdbc
2
- VERSION = "1.3.19 "
2
+ VERSION = "1.3.20 "
3
3
# @deprecated
4
4
module Version
5
5
# @private 1.2.x compatibility
You can’t perform that action at this time.
0 commit comments