Skip to content

Latest commit

 

History

History
46 lines (25 loc) · 1.74 KB

CHANGELOG.md

File metadata and controls

46 lines (25 loc) · 1.74 KB

Unreleased

Fixed

  • #1308 Fix retrieval of temporary table's column information.

v7.2.4

Fixed

  • #1270 Fix parsing of raw table name from SQL with extra parentheses

v7.2.3

Fixed

  • #1262 Fix distinct alias when multiple databases used.

v7.2.2

Fixed

  • #1244 Allow INSERT statements with SELECT notation
  • #1247 Fix queries with date and date-time placeholder conditions
  • #1249 Binary basic columns should be limitable
  • #1255 Fixed the ordering of optimizer hints in the generated SQL

v7.2.1

Fixed

  • #1231 Enable identity insert on view's base table

v7.2.0

Added

  • #1178 Support encrypting binary columns

Changed

  • #1153 Only support Ruby v3.1+
  • #1196 Use default inspect for database adapter

Please check 7-1-stable for previous changes.