We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 619e675 commit e94800aCopy full SHA for e94800a
History.md
@@ -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
7
## 1.3.10 (08/29/14)
8
9
- [postgres] preliminary (temp) fix for Marshal.dump broken since 1.3.8 (#573)
lib/arjdbc/version.rb
@@ -1,5 +1,5 @@
module ArJdbc
- VERSION = "1.3.10"
+ VERSION = "1.3.11"
# @deprecated
module Version
# @private 1.2.x compatibility
0 commit comments