Skip to content

Commit e94800a

Browse files
committed
releasing AR-JDBC 1.3.11
1 parent 619e675 commit e94800a

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

History.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 1.3.11 (10/20/14)
2+
3+
- arjdbc: performance improvement - avodinng JRuby's impl iface generation
4+
- [firebird] Use ampersand literal in limit offset sub to fix FIRST 1/SKIP 1
5+
- require super call is not needed and causes issues double loading features
6+
17
## 1.3.10 (08/29/14)
28

39
- [postgres] preliminary (temp) fix for Marshal.dump broken since 1.3.8 (#573)

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

0 commit comments

Comments
 (0)