Instance Method
appendInterpolation(unsafeRaw:)
Adds an interpolated string of raw SQL, potentially including associated parameter bindings.
mutating func appendInterpolation(unsafeRaw value: String)
Discussion
Warning
This interpolation is inherently unsafe. It provides no protection whatsoever against SQL injection attacks and maintains no awareness of dialect considerations or syntactical constraints. Use a purpose-specific expression instead whenever possible.