Skip to content

Commit e1c7245

Browse files
committed
go for 1.3.6
1 parent 3901d86 commit e1c7245

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

History.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## 1.3.6 (02/04/14)
2+
3+
- fix rails 4-0-stable compatibility (see #530)
4+
- [mysql] support "disabling" abandoned connection cleanup thread
5+
- [mssql] Handling of 'GROUP BY' and selected columns (#529)
6+
+ SELECT DISTINCT clause with ORDER BY for MSSQL (partially fixes #437)
7+
- [derby] only do the patched select_limited_ids if connection is Derby's
8+
- [derby] support getting and setting transaction isolation on a connection
9+
+ allow to configure whether isolation will be 'serializable' (work-around for #497)
10+
- match 'int' as well as 'integer' when converting to SQL types for MSSQL (#527)
11+
12+
Code Contributors: Sean McCarthy, Jesko, Konstantin Shabanov
13+
114
## 1.3.5 (01/10/14)
215

316
We're now green against Rails 4.1 (master), test and report issues if any.

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

0 commit comments

Comments
 (0)