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 58305c5 commit 7327603Copy full SHA for 7327603
History.md
@@ -1,3 +1,12 @@
1
+## 1.3.23 (05/14/17)
2
+
3
+- specify gem 'activerecord' < 5 since 5.x is not supported in 1.3.x
4
+- [postgres] get non-seq id inserts working when insert_returning: false (#716)
5
+- [postgres] previously-deprecated -i switch to pg_dump is no longer supported
6
+ (in PostgreSQL 9.5) (#729)
7
+- [postgres] Assume that primary key can be multiple values (#773)
8
+- prevent multiple pushes of the adapter file onto $LOADED_FEATURES
9
10
## 1.3.22 (12/23/16)
11
12
- [postgres] Fix incorrect postgresql_version when running RC (#717)
lib/arjdbc/version.rb
@@ -1,5 +1,5 @@
module ArJdbc
- VERSION = "1.3.22"
+ VERSION = "1.3.23"
# @deprecated
module Version
# @private 1.2.x compatibility
0 commit comments