Skip to content

Commit 9c10e16

Browse files
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 test
1 parent b40c85f commit 9c10e16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ let package = Package(
5353
enabledTraits: [
5454
"StructuredQueriesPostgresCasePaths",
5555
// "StructuredQueriesPostgresTagged",
56-
"StructuredQueriesPostgresSQLValidation",
56+
// "StructuredQueriesPostgresSQLValidation",
5757
]
5858
),
5959
],

0 commit comments

Comments
 (0)