File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed
Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 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
316We're now green against Rails 4.1 (master), test and report issues if any.
Original file line number Diff line number Diff line change 11module ArJdbc
2- VERSION = "1.3.6.DEV "
2+ VERSION = "1.3.6"
33 # @deprecated
44 module Version
55 # @private 1.2.x compatibility
You can’t perform that action at this time.
0 commit comments