Skip to content

Commit 434bc10

Browse files
committed
wip
1 parent dd19ae9 commit 434bc10

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Sources/StructuredQueriesCore/Optional.swift

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -280,10 +280,6 @@ extension QueryExpression where QueryValue: _OptionalProtocol {
280280
IIF(\(self), \(transform(SQLQueryExpression(queryFragment))), NULL)
281281
"""
282282
)
283-
//SQLQueryExpression(transform(SQLQueryExpression(queryFragment)).queryFragment)
284-
// Case(self).when(SQLQueryExpression("NULL"), then: SQLQueryExpression("NULL")).else(
285-
// SQLQueryExpression(transform(SQLQueryExpression(queryFragment)).queryFragment)
286-
// )
287283
}
288284

289285
/// Creates a new optional expression from this one by applying an unwrapped version of this

0 commit comments

Comments
 (0)