Skip to content

Commit bccb50e

Browse files
committed
fill in History and increase version for 1.3.7
1 parent 10950ce commit bccb50e

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

History.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
## 1.3.7 (04/14/14)
2+
3+
- [postgres] handle null values in array columns with AR < 4.0 (fixes #548)
4+
- [mysql] support for config[:reconnect] (might need some fine tuning to match mysql2)
5+
- fix ordering on an aggregate in MSSQL (#532)
6+
- introduce a deprecation (warn) method for AR-JDBC and start using it
7+
- [mysql] do not set defaults for text/blob columns on rename/change (#543)
8+
- try resolving config 'database' (if missing) from JDBC url: in rake tasks
9+
- [mysql] needs to `reconnect!` when recreating database (fixes #539)
10+
- remove_column compatibility with Rails 4.x for Oracle, Derby and MSSQL (#541)
11+
- Fix connection without user and password (#542)
12+
- fix db2 remove_column for ActiveRecord 4 (#537)
13+
- FireBird's DB meta-identifier is 31 chars maximum, thanks @mariuz (#538)
14+
- [derby] add emulate booleans option for derby adapter
15+
16+
Code Contributors (in no particular order): mark100net, Pierrick Rouxel, @iaddict
17+
118
## 1.3.6 (02/04/14)
219

320
- fix rails 4-0-stable compatibility (see #530)

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

0 commit comments

Comments
 (0)