You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 test
0 commit comments