File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed
Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 11module ArJdbc
2- VERSION = "1.3.18 "
2+ VERSION = "1.3.19 "
33 # @deprecated
44 module Version
55 # @private 1.2.x compatibility
You can’t perform that action at this time.
0 commit comments