Files
georm/georm-macros
Claude 0d43a3fe13 refactor(macros): introduce SqlDialect abstraction, route Postgres codegen through it
All CRUD and relationship query builders duplicated the same $N placeholder
formatting and Postgres-specific trait bounds/row type across traits/*.rs,
ir/*.rs, and mod.rs. Consolidate that into a single SqlDialect trait with
PostgresDialect as the only implementation for now, so a SQLite dialect can
be added later without touching every query builder. Behavior-preserving:
full test suite passes unchanged against a live Postgres database.
2026-07-21 18:49:41 +00:00
..