Skip to content

Commit 006a218

Browse files
committed
roll out x-mass release 1.3.4 love and peace to y'all!
1 parent b80ce7d commit 006a218

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

History.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
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`)

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

0 commit comments

Comments
 (0)