Skip to content

Commit d7dcb10

Browse files
committed
build adapter_java.jar - prepare for 1.3.12
1 parent 566fb98 commit d7dcb10

File tree

3 files changed

+12
-1
lines changed

3 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.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

lib/arjdbc/jdbc/adapter_java.jar

3.81 KB
Binary file not shown.

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

0 commit comments

Comments
 (0)