Skip to content

Commit ecb13c2

Browse files
committed
prepare for 1.3.9
1 parent b159685 commit ecb13c2

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

History.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
18
## 1.3.8 (06/27/14)
29

310
- [mysql] updated so that we can run with non-official driver (+ against MariaDB)

lib/arjdbc/version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
module ArJdbc
2-
VERSION = "1.3.8"
2+
VERSION = "1.3.9"
33
# @deprecated
44
module Version
55
# @private 1.2.x compatibility
66
VERSION = ArJdbc::VERSION
77
end
8-
end
8+
end

0 commit comments

Comments
 (0)