Skip to content

Latest commit

 

History

History
40 lines (23 loc) · 1.97 KB

CHANGELOG.md

File metadata and controls

40 lines (23 loc) · 1.97 KB

Unreleased

Fixed

  • #1029 Handle views defined in other databases.

Changed

  • #1021 Freeze the SQL sent to instrumentation.

v7.0.0.0

Full changelog

Fixed

  • #1002 Fix support for index types

Changed

  • #1004 Dump the precision for datetime columns following the new defaults.

v7.0.0.0.rc1

Full changelog

Changed

  • #968 Define adapter type maps statically
  • #983 Optimize remove_columns to use a single SQL statement
  • #984 Better handle SQL queries with invalid encoding
  • #988 Raise ActiveRecord::StatementInvalid when columns is called with a non-existing table (breaking change)

Added

  • #972 Support ActiveRecord::QueryLogs
  • #981 Support find_by an encrypted attribute
  • #985 Support string returning clause for ActiveRecord#insert_all

Please check 6-1-stable for previous changes.