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 9a2c2d8 commit c0b5e92Copy full SHA for c0b5e92
Sources/StructuredQueriesCore/ScalarFunctions.swift
@@ -290,7 +290,7 @@ extension QueryExpression where QueryValue: _OptionalPromotable<String?> {
290
/// Wraps this string expression with the `quote` function.
291
///
292
/// - Returns: An expression wrapped with the `quote` function.
293
- public func quote() -> some QueryExpression<QueryValue._Optionalized> {
+ public func quote() -> some QueryExpression<QueryValue> {
294
QueryFunction("quote", self)
295
}
296
0 commit comments