Instance Method
appendInterpolation(raw:)
[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.