mirror of
https://github.com/Phundrak/georm.git
synced 2026-07-29 04:19:18 +02:00
0d43a3fe13
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.