We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd19ae9 commit 434bc10Copy full SHA for 434bc10
Sources/StructuredQueriesCore/Optional.swift
@@ -280,10 +280,6 @@ extension QueryExpression where QueryValue: _OptionalProtocol {
280
IIF(\(self), \(transform(SQLQueryExpression(queryFragment))), NULL)
281
"""
282
)
283
- //SQLQueryExpression(transform(SQLQueryExpression(queryFragment)).queryFragment)
284
-// Case(self).when(SQLQueryExpression("NULL"), then: SQLQueryExpression("NULL")).else(
285
-// SQLQueryExpression(transform(SQLQueryExpression(queryFragment)).queryFragment)
286
-// )
287
}
288
289
/// Creates a new optional expression from this one by applying an unwrapped version of this
0 commit comments