Skip to content

Commit f00711b

Browse files
committed
prepare for 1.3.13 (duea Column constant regression in 1.3.12)
1 parent ff0a5b4 commit f00711b

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.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+
17
## 1.3.12 (11/18/14)
28

39
- [sqlite] support for latest JDBC 3.8

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

0 commit comments

Comments
 (0)