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 0a333d4 commit ce1b637Copy full SHA for ce1b637
History.md
@@ -1,5 +1,6 @@
1
-## 1.3.15 (pen/nd/in)
+## 1.3.15 (03/09/15)
2
3
+- [informix] adapter undefined method 'column_types' with Rails 4.x (#622)
4
- improve connection factory Ruby interface impls to match Java method-name (#621)
5
- [sqlite] truncate_fake - as due compatibility with do not want a truncate method
6
- truncate support 4 all (introduced in AR 4.2 but we let it work in all versions)
lib/arjdbc/version.rb
@@ -1,5 +1,5 @@
module ArJdbc
- VERSION = "1.3.14"
+ VERSION = "1.3.15"
# @deprecated
module Version
# @private 1.2.x compatibility
0 commit comments