Skip to content

Commit

Permalink
prepare for release 1.3.19
Browse files Browse the repository at this point in the history
  • Loading branch information
kares committed Nov 2, 2015
1 parent 2e41741 commit bcc99fd
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## 1.3.19 (11/02/15)

- [sqlite] add supports_partial_index? and remove duplicate support_index_sort_order?
- [sqlite] fix missing save-point removal in release_savepoint
- test and fix current savepoint_name compatibility with AR versions (mostly 4.2)
* adjust returned current savepoint name to better match with AR (< 4.2)
* make sure savepoint rollback behave AR compatibly
- [mysql] revert to extracting BIT into an int as tinyint(1) (#687)
- [mysql] do not validate connection_alive_sql as there's a special /* ping */ query
- support timeouts on connection validation with `config[:connection_alive_timeout]`

## 1.3.18 (09/14/15)

- since arel visitor instances might get re-used we need to avoid the @instance
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.18"
VERSION = "1.3.19"
# @deprecated
module Version
# @private 1.2.x compatibility
Expand Down

0 comments on commit bcc99fd

Please sign in to comment.