Skip to content

Instance Method

appendInterpolation(raw:)

Deprecated

This method has been renamed to clarify that raw interpolation is unsafe. Use `\\(unsafeRaw:)` instead.

[DEPRECATED] Adds an interpolated string of raw SQL.
mutating func appendInterpolation(raw value: String)

Discussion

Important

This is a deprecated legacy alias of appendInterpolation(unsafeRaw:). Update your code to use that method, or better yet to not use raw interpolation at all.