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 ff0a5b4 commit f00711bCopy full SHA for f00711b
History.md
@@ -1,3 +1,9 @@
1
+## 1.3.13 (11/21/14)
2
+
3
+- handle ("hacked") date/time/timestamp conversion from the JDBC side on 4.2
4
+- align SQLite's column class resolution with others in 1.3
5
+- avoid the Column regressions in 1.3.12 caused by backporting too much (#603)
6
7
## 1.3.12 (11/18/14)
8
9
- [sqlite] support for latest JDBC 3.8
lib/arjdbc/version.rb
@@ -1,5 +1,5 @@
module ArJdbc
- VERSION = "1.3.12"
+ VERSION = "1.3.13"
# @deprecated
module Version
# @private 1.2.x compatibility
0 commit comments