Commit 9c10e16
committed
chore: disable StructuredQueriesPostgresSQLValidation trait by default
SQL validation requires PostgresNIO which pulls in entire NIO stack.
Disable by default to keep CI builds fast and dependency tree light.
To enable SQL validation locally:
1. Uncomment 'StructuredQueriesPostgresSQLValidation' in .default(enabledTraits:)
2. Run: swift test1 parent b40c85f commit 9c10e16
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
| 56 | + | |
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
| |||
0 commit comments