File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Sources/StructuredQueriesCore/SQLite
Tests/StructuredQueriesTests Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -179,8 +179,7 @@ extension PrimaryKeyedTableDefinition where QueryValue: _OptionalProtocol & Coda
179179 order: ( some QueryExpression ) ? = Bool ? . none,
180180 filter: ( some QueryExpression < Bool > ) ? = Bool ? . none
181181 ) -> some QueryExpression < [ Wrapped ] . JSONRepresentation>
182- where QueryValue == Wrapped ?
183- {
182+ where QueryValue == Wrapped ? {
184183 let filterQueryFragment =
185184 if let filter {
186185 self . primaryKey. isNot ( nil ) . and ( filter) . queryFragment
Original file line number Diff line number Diff line change @@ -1077,7 +1077,7 @@ extension SnapshotTests {
10771077 └─────────────────────────────────────────────┴─────────────────────────────────────────────────┘
10781078 """
10791079 }
1080-
1080+
10811081 // force empty join
10821082 assertQuery (
10831083 Reminder . as ( R1 . self)
You can’t perform that action at this time.
0 commit comments