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 29cefe6 commit 5e14ef3Copy full SHA for 5e14ef3
History.md
@@ -1,3 +1,14 @@
1
+## 1.3.15 (pen/nd/in)
2
+
3
+- improve connection factory Ruby interface impls to match Java method-name (#621)
4
+- [sqlite] truncate_fake - as due compatibility with do not want a truncate method
5
+- truncate support 4 all (introduced in AR 4.2 but we let it work in all versions)
6
+- [postgres] do not double load array_parser (on 4.2)
7
+- [postgres] connection.truncate impl (AR 4.2 compat)
8
+- [mysql] back-port missing truncate connection method (since AR 4.2)
9
+- auto setup type-casting compat (pre 4.2 emulation) 4 all
10
+- [postgres] backport bigserial key and bigint native type support
11
12
## 1.3.14 (01/28/15)
13
14
- [mysql] Fixed an undefined exception error in type_to_sql for MySQL (#616)
0 commit comments