Skip to content

Commit ee4f170

Browse files
committed
prepare for 1.3.16 release
1 parent cb7a6fc commit ee4f170

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

History.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
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+
115
## 1.3.15 (03/09/15)
216

317
- [informix] adapter undefined method 'column_types' with Rails 4.x (#622)

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

0 commit comments

Comments
 (0)