Skip to content

Commit

Permalink
prepare for 1.3.24
Browse files Browse the repository at this point in the history
  • Loading branch information
kares committed Sep 24, 2017
1 parent 15d7d1f commit d63858e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## 1.3.24 (09/24/17)

- [as400] Fixed ordering when limit and offset present (#789)
- [postgres] limit driver version correctly since > 9.4.1206 might break
- [db2] fixed issue with serialization not happening (#795)
resolves #725 (serialize with custom class not working on AR 4.2)
- reconnect!/disconnect! shall call super to reset cache/transaction state
- [oracle] some ~ enhanced adapter compatibility with configuration
- [mysql] support setting collation: xxx with config[:encoding] like AR 4.2
- [as400] Check if the exception thrown is a false-positive (#792)
- [as400] Added truncate functionality for DB2/AS400 (#793)
- [as400] Added DatabaseTasks for the as400 (#791)

## 1.3.23 (05/14/17)

- specify gem 'activerecord' < 5 since 5.x is not supported in 1.3.x
Expand Down
2 changes: 1 addition & 1 deletion lib/arjdbc/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module ArJdbc
VERSION = "1.3.23"
VERSION = "1.3.24"
# @deprecated
module Version
# @private 1.2.x compatibility
Expand Down

0 comments on commit d63858e

Please sign in to comment.