Skip to content

Commit ce1b637

Browse files
committed
prepare for AR-JDBC 1.3.15
1 parent 0a333d4 commit ce1b637

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

History.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
## 1.3.15 (pen/nd/in)
1+
## 1.3.15 (03/09/15)
22

3+
- [informix] adapter undefined method 'column_types' with Rails 4.x (#622)
34
- improve connection factory Ruby interface impls to match Java method-name (#621)
45
- [sqlite] truncate_fake - as due compatibility with do not want a truncate method
56
- truncate support 4 all (introduced in AR 4.2 but we let it work in all versions)

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

0 commit comments

Comments
 (0)