Skip to content

v2.21.0

Latest

Choose a tag to compare

@github-actions github-actions released this 24 Jun 09:51
14c2bc2

2.21.0 (2026-06-24)

Features

  • OnConflict: index-inference predicate for ON CONFLICT (Postgres/SQLite) (#258) (bdd2cea)

Bug Fixes

  • MySQL: omit row alias on upsert DO NOTHING — the alias made the no-op col = col ambiguous at runtime (bdd2cea)
  • Postgres: unquote EXCLUDED in upsert DO UPDATE — quoted "EXCLUDED" broke every update-branch upsert at runtime (bdd2cea)