File tree Expand file tree Collapse file tree 3 files changed +12
-1
lines changed
Expand file tree Collapse file tree 3 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 1+ ## 1.3.12 (11/18/14)
2+
3+ - [ sqlite] support for latest JDBC 3.8
4+ - [ mysql] correctly map config[ : encoding ] into Connector-J characterEncoding
5+ - [ mysql] backport rename_index from Rails (corectly handling MariaDB as well)
6+ - [ mysql] core adapter compat - missing initialize_schema_migrations_table
7+ - ` supports_views? ` is now a method available in 4.2 (most DBs support VIEWs)
8+ - [ postgres] table_exists? fully compatible with Rails 4.1
9+ - handle pre JDBC 4 driver abstract method errors somehow gracefully
10+ - tune ArJdbc scoped warnings/deprecations (can be off -J-Darjdbc.warn=false)
11+
112## 1.3.11 (10/20/14)
213
314- arjdbc: performance improvement - avodinng JRuby's impl iface generation
Original file line number Diff line number Diff line change 11module ArJdbc
2- VERSION = "1.3.11 "
2+ VERSION = "1.3.12 "
33 # @deprecated
44 module Version
55 # @private 1.2.x compatibility
You can’t perform that action at this time.
0 commit comments