Skip to content

1.3.23 (05/14/17)

Compare
Choose a tag to compare
@kares kares released this 25 Sep 08:03
· 1573 commits to master since this release
  • specify gem 'activerecord' < 5 since 5.x is not supported in 1.3.x
  • [postgres] get non-seq id inserts working when insert_returning: false (#716)
  • [postgres] previously-deprecated -i switch to pg_dump is no longer supported
    (in PostgreSQL 9.5) (#729)
  • [postgres] Assume that primary key can be multiple values (#773)
  • prevent multiple pushes of the adapter file onto $LOADED_FEATURES