Skip to content

Latest commit

 

History

History
48 lines (25 loc) · 1.51 KB

CHANGELOG.md

File metadata and controls

48 lines (25 loc) · 1.51 KB

Unreleased

Fixed

  • #1318 Reverse order of values when upserting

v8.0.5

Added

  • #1315 Add support for insert_all and upsert_all

v8.0.4

Fixed

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

v8.0.3

Fixed

  • #1306 Fix affected rows count when lowercase schema reflection enabled

v8.0.2

Fixed

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

v8.0.1

Fixed

  • #1262 Fix distinct alias when multiple databases used.

v8.0.0

Changed

  • #1216 Refactor adapter interface to match abstract adapter.
  • #1225 Drop support to Ruby 3.1.

Fixed

  • #1215 Fix mismatched foreign key errors.

Please check 7-2-stable for previous changes.