Skip to content

Latest commit

 

History

History
53 lines (31 loc) · 2.75 KB

CHANGELOG.md

File metadata and controls

53 lines (31 loc) · 2.75 KB

v7.0.2.0

Full changelog

Fixed

  • #1049 Fix for inserting records into non-dbo schema table.

v7.0.1.0

Full changelog

Fixed

  • #1029 Handle views defined in other databases.
  • #1033 Support proc default values in ruby 3.2.
  • #1020 Support using adapter as a stand-alone gem.
  • #1039 Fix hook method that allows custom connection configuration.

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.