Skip to content

1.3.15 (03/09/15)

Compare
Choose a tag to compare
@kares kares released this 09 Mar 06:10
· 1916 commits to master since this release
  • [informix] adapter undefined method 'column_types' with Rails 4.x (#622)
  • improve connection factory Ruby interface impls to match Java method-name (#621)
  • [sqlite] truncate_fake - as due compatibility with do not want a truncate method
  • truncate support 4 all (introduced in AR 4.2 but we let it work in all versions)
  • [postgres] do not double load array_parser (on 4.2)
  • [postgres] connection.truncate impl (AR 4.2 compat)
  • [mysql] back-port missing truncate connection method (since AR 4.2)
  • auto setup type-casting compat (pre 4.2 emulation) 4 all
  • [postgres] backport bigserial key and bigint native type support