File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed
Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 1+ ## 1.3.5 (01/10/14)
2+
3+ We're now green against Rails 4.1 (master), test and report issues if any.
4+
5+ - improved support for ` config[:jndi] ` with all supported custom adapters
6+ - [ mysql] fix incompatible character encodings: ASCII-8BIT and UTF-8
7+ - rails 4.1 - create_table_definition changed from 3 to 4 parameters (#522 )
8+ - [ firebird] Insert quotes for blobs to prevent failed inserts on not-null cols
9+
10+ Code Contributors: Ray Zane, Gary S. Weaver
11+ Code Contributors: @rzane , @garysweaver
12+
113## 1.3.4 (12/12/13)
214
315- [ postgres] unwrap connection instead of casting when adding custom types (#515 )
Original file line number Diff line number Diff line change 11module ArJdbc
2- VERSION = "1.3.4 "
2+ VERSION = "1.3.5 "
33 # @deprecated
44 module Version
55 # @private 1.2.x compatibility
You can’t perform that action at this time.
0 commit comments