Fix primary keys detection in schema generation and generate schema classes for non-public PostgreSQL schemas
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