Skip to content

Commit a707d3d

Browse files
committed
can not miss 11/12/13 for a release 1.3.3 :bangbang
1 parent 790463f commit a707d3d

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

History.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
## 1.3.3 (11/12/13)
2+
3+
- [mysql] allow encoding to be server-detected (using `encoding: false`)
4+
due compatibility we still default to `encoding: utf8` if not set (fixes #481)
5+
- need to match AR 4.0 built-in patterns to re-define (oracle) tasks correctly
6+
- [postgres] support some of libpg's ENV variables when connecting
7+
- [derby] allow multiple parallell nested transactions on DERBY
8+
- [mssql] when using the Microsoft SQL Server driver, fall back to
9+
rollback_savepoint when release_savepoint is called (#484)
10+
- [mysql] only kill the connections cancel timer for driver < 5.1.11
11+
- [sqlite3] work-around driver ignoring passed schema for table (fixes #483)
12+
- now using explicit adapter classes with H2/HSQLDB
13+
- [postgres] Add support for array as root element in JSON (#491)
14+
- [postgres] MRI compat - make sure we have a `query` method (fixes #486)
15+
- db:structure:load does not create schema for test db (#480)
16+
17+
Code Contributors (in no particular order): Glenn Goodrich, Joao Carlos,
18+
Jason Franklin, Dominique d'Argent, Sean McCarthy, Uwe Kubosch
19+
120
## 1.3.2 (10/11/13)
221

322
- when "pop-ing" current savepoint name - consider open transaction count (#477)

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

0 commit comments

Comments
 (0)