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 b159685 commit ecb13c2Copy full SHA for ecb13c2
History.md
@@ -1,3 +1,10 @@
1
+## 1.3.9 (07/07/14)
2
+
3
+- [postgres] improve Range's type cast - fixing minor quoting failure on AR 4.x
4
+- [postgres] range type's :exclude_start is actually += 1 (align with AR 4.1)
5
+- [postgres] correctly quote numeric values with string/text column types
6
+- [postgres] backport CVE-2014-3483 and protect against CVE-2014-3482 (from AR)
7
8
## 1.3.8 (06/27/14)
9
10
- [mysql] updated so that we can run with non-official driver (+ against MariaDB)
lib/arjdbc/version.rb
@@ -1,8 +1,8 @@
module ArJdbc
- VERSION = "1.3.8"
+ VERSION = "1.3.9"
# @deprecated
module Version
# @private 1.2.x compatibility
VERSION = ArJdbc::VERSION
end
-end
+end
0 commit comments