What's Changed
- feat: allow
[[users]]to specify multiple databases (or all databases for admin users) - feat: handle
INSERT ... SELECTfor one row in sharded databases - feat: support
INSERTwithout column names, using schema inference - feat: automatically inject
pgdog.unique_id()if aBIGINT PRIMARY KEYisn't specified inINSERTstatement. ORMs like ActiveRecord do this, making them work out of the box. - feat: add read/write query per-pool statistics (Prometheus and
SHOW STATS) - chore: add Enterprise Edition hooks for the query parser
- feat: rewrite
INTEGERtoBIGINTduringschema-syncif its a primary key (supports foreign key references too) - feat: make how we treat system catalogs like
pg_databaseconfigurable
Full Changelog: v0.1.26...v0.1.27