- #1002 Fix support for index types
- #1004 Dump the precision for datetime columns following the new defaults.
- #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
whencolumns
is called with a non-existing table (breaking change)
- #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.