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 8df0ae1 commit c63cd84Copy full SHA for c63cd84
History.md
@@ -1,8 +1,9 @@
1
## 1.3.7 (04/14/14)
2
3
+- [postgres] set prepared values with array columns on AR < 4.0 correctly
4
- [postgres] handle null values in array columns with AR < 4.0 (fixes #548)
5
- [mysql] support for config[:reconnect] (might need some fine tuning to match mysql2)
-- fix ordering on an aggregate in MSSQL (#532)
6
+- fix ordering on an aggregate in MSSQL (#532) (should fix #437 for good)
7
- introduce a deprecation (warn) method for AR-JDBC and start using it
8
- [mysql] do not set defaults for text/blob columns on rename/change (#543)
9
- try resolving config 'database' (if missing) from JDBC url: in rake tasks
0 commit comments