Skip to content

Fix primary keys detection in schema generation and generate schema classes for non-public PostgreSQL schemas

Choose a tag to compare

@github-actions github-actions released this 12 Mar 06:24
· 34 commits to 22.x since this release

22.1.1 (2026-03-12)

Bug Fixes

  • add getPrimaryKeys to transaction client (25a8965)
  • detect primary keys from database instead of hardcoding id column (6375708)
  • make dialects schema-aware for non-public PostgreSQL schemas (6993d07), closes #1147
  • use string instead of text for primary key test columns (2f277ed)

Full Changelog: v22.1.0...v22.1.1