Skip to content

Commit bcc99fd

Browse files
committed
prepare for release 1.3.19
1 parent 2e41741 commit bcc99fd

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

History.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## 1.3.19 (11/02/15)
2+
3+
- [sqlite] add supports_partial_index? and remove duplicate support_index_sort_order?
4+
- [sqlite] fix missing save-point removal in release_savepoint
5+
- test and fix current savepoint_name compatibility with AR versions (mostly 4.2)
6+
* adjust returned current savepoint name to better match with AR (< 4.2)
7+
* make sure savepoint rollback behave AR compatibly
8+
- [mysql] revert to extracting BIT into an int as tinyint(1) (#687)
9+
- [mysql] do not validate connection_alive_sql as there's a special /* ping */ query
10+
- support timeouts on connection validation with `config[:connection_alive_timeout]`
11+
112
## 1.3.18 (09/14/15)
213

314
- since arel visitor instances might get re-used we need to avoid the @instance

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

0 commit comments

Comments
 (0)