feat(data): add configurable database provider via DATABASE_PROVIDER (#249) #336
Annotations
1 error
|
test
You have commit messages with errors
⧗ input: fix(data): populate Npgsql designer files; suppress PendingModelChangesWarning (#249)
Two bugs caught by Docker Compose sanity check of the PostgreSQL path.
- Populate BuildTargetModel in Npgsql seed migration designer files
so Npgsql's SQL generator can resolve column types when applying
InsertData operations (SeedStarting11, SeedSubstitutes)
- Suppress PendingModelChangesWarning for the postgres provider path
via ConfigureWarnings; hand-crafted designer files cannot replicate
Npgsql-injected runtime annotations (Relational:MaxIdentifierLength,
UseIdentityByDefaultColumn), causing a false-positive that aborted
MigrateAsync() at startup; BuildTargetModel is still populated so
InsertData SQL generation continues to work correctly
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
✖ header must not be longer than 80 characters, current length is 85 [header-max-length]
✖ found 1 problems, 0 warnings
ⓘ Get help: https://github.com/conventional-changelog/commitlint/#what-is-commitlint
|