Skip to content

Commit 97888d7

Browse files
committed
preparing for 1.3.14
1 parent dcb9cae commit 97888d7

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.14 (01/28/15)
2+
3+
- [mysql] Fixed an undefined exception error in type_to_sql for MySQL (#616)
4+
- [derby] support for empty insert statements (e.g. `DbModel.create!`) on AR 4.x
5+
- [db2] revert limit/offset OVER( ORDER BY ) matching as it was not complete (#606)
6+
- [db2] handle empty INSERT statement (default) VALUES in a way that works on AR 4.x
7+
- [db2] `select` return value should be the same as core AR (Array on 3.2) (#607)
8+
- [mysql] backport bulk change & schema-creation to be compatible with AR 4.x
9+
- handle possible null values while extracting from XML columns (#615)
10+
- DateTime columns are returned always as nil values (on Rails 4.2 #613)
11+
- [oracle] do not override primary= within column methods on AR 4.2
12+
- handle removed AR `Column#primary=` method on 4.2 (#609)
13+
- [oracle] fix missing sequence_name_length method when doing a rename_table
14+
- [mysql] do not force *DEFAULT CHARSET=utf8* when creating new tables
15+
- [postgres] rename the primary key index when renaming a table in pg
16+
- [db2] improve create_table on Z/OS (now supporting AR 4.x TableDefinition) (#581)
17+
118
## 1.3.13 (11/21/14)
219

320
- handle ("hacked") date/time/timestamp conversion from the JDBC side on 4.2

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

0 commit comments

Comments
 (0)