File tree Expand file tree Collapse file tree 2 files changed +19
-1
lines changed
Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change 1+ ## 1.3.4 (12/12/13)
2+
3+ - [ postgres] unwrap connection instead of casting when adding custom types (#515 )
4+ - [ postgres] allow returning string values for (JDBC) arrays with (#510 )
5+ - allow for symbol keys with custom JDBC properties in ` config[:properties] `
6+ - replacing use of AR::ConnectionFailed with AR::ConnectionNotEstablished (#513 )
7+ - [ firebird] fix for missing args when visit_Arel_Nodes_SelectCore is called
8+ - [ postgres] better column compatibility with 3.x (avoid array/oid_type)
9+ - [ postgres] backport array-parser due ` Column#extract_default ` (#504 )
10+ - [ postgres] backported "Correctly parse bigint defaults in PostgreSQL"
11+ - [ postgres] 4.0 compat - detect default_function just like on MRI
12+ - [ postgres] backport support for negative money values (in parenthesis)
13+ - [ postgres] support : login_timeout as a standalone config option
14+ - [ firebird] align ` prefetch_primary_key? ` with Oracle (only for simple PKs)
15+ - [ oracle] do not pre-fetch the primary key if multiple primary keys exist (#498 )
16+
17+ Code Contributors: @andfx , Gavin Stark, Ray Zane, @chapmajs
18+
119## 1.3.3 (11/12/13)
220
321- [ mysql] allow encoding to be server-detected (using ` encoding: false ` )
Original file line number Diff line number Diff line change 11module ArJdbc
2- VERSION = "1.3.4.DEV "
2+ VERSION = "1.3.4"
33 # @deprecated
44 module Version
55 # @private 1.2.x compatibility
You can’t perform that action at this time.
0 commit comments