Skip to content

Latest commit

 

History

History
45 lines (27 loc) · 2.32 KB

CHANGELOG.md

File metadata and controls

45 lines (27 loc) · 2.32 KB

v52.0.0

  • Forked to support JRuby

v5.2.1

Fixed

  • #691 Fix constraints bug
  • #700 SET SINGLE_USER before dropping the database
  • #733 Calculate should not remove ordering for MSSQL
  • #735 Order by selected items when using distinct exists
  • #737 Use default precision for 'time' column type
  • #744 Adapter does not use prepared statement cache
  • #743 Set default time precision when registering time type
  • #745 Quoted table names containing square brackets need to be regex escaped

v5.2.0

Fixed

  • #686 sql_for_insert set table name in case when pk is not nil

v5.2.0.rc2

Fixed

  • #681 change_column_null should not clear other column attributes. Fixes #582.
  • #684 Fix explain with array conditions. Fixes #673.

v5.2.0.rc1

Fixed

  • #638 Don't disable referential integrity for the same table twice.
  • #646 Make String equality check work for Type::Data values. Fixes #645.
  • #671 Fix tinyint columns schema migration. Fixes #670.

Changed

  • #642 Added with (nolock) hint to information_schema.views.

Please check 5-1-stable-jdbc for previous changes.