Skip to content

Commit 40e9630

Browse files
committed
go for 1.3.10
1 parent 352b7d0 commit 40e9630

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

History.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## 1.3.10 (08/29/14)
2+
3+
- [postgres] preliminary (temp) fix for Marshal.dump broken since 1.3.8 (#573)
4+
- [postgres] adapter was missing the custom rename_index method (fixes #577)
5+
- [postgres] user defined types should not raise an error
6+
- [postgres] align with Rails distict white-space fix (regression in 4.0.10)
7+
- [mssql] allow for `offset(x)` without `limit(y)` to work ... (fixes #564)
8+
- [mssql] correctly parse set_table_name string with owner (#574)
9+
- allow database.yml or config option to set `:insert_returning` (#570)
10+
- [sqlite3] savepoint without passed explicit name not supported
11+
- synchronize setting resolved visitor type
12+
- [mssql] (hopefully) fix ORDER BY mis-detection - closes #532 (improved #549)
13+
- [mysql] columns were sometimes instantiated with the wrong column class (#566)
14+
115
## 1.3.9 (07/07/14)
216

317
- [postgres] improve Range's type cast - fixing minor quoting failure on AR 4.x

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

0 commit comments

Comments
 (0)