File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change
1
+ ## 1.3.16 (04/13/15)
2
+
3
+ - [ h2] allow jdbch2 adapter to use jdbc-h2 1.4 (#639 )
4
+ - [ postgres] quote and type_cast should not be overriden on 4.2
5
+ - [ postgres] fix table column resolution (slightly align it to our needs) on 4.2
6
+ - [ postgres] re-arrange Column internals as some helpers end-up on Adapter in 4.2
7
+ - [ mysql] change_column table is redefined on AR 4.2 so that it uses _ sql version
8
+ - [ mysql] more tuning/compatibility backports for AR 4.2 (working booleans #626 )
9
+ - [ mysql] type-map support copy-pasta from AR 4.2 (closer to full compat) (#617 )
10
+ - [ postgres] improved support for Amazon Redshift (based on user feedback #403 )
11
+ - fixed problem with create table statements with references in MySQL (#629 )
12
+ - fix RecordNotUnique reference in ArJdbc::SQlite3 (#634 )
13
+ - [ postgres] add support for jsonb column type (#633 #635 #637 )
14
+
1
15
## 1.3.15 (03/09/15)
2
16
3
17
- [ informix] adapter undefined method 'column_types' with Rails 4.x (#622 )
Original file line number Diff line number Diff line change 1
1
module ArJdbc
2
- VERSION = "1.3.15 "
2
+ VERSION = "1.3.16 "
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