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 5850d83 commit 9f1735aCopy full SHA for 9f1735a
Sources/SQLite/Typed/Expression.swift
@@ -73,7 +73,8 @@ public protocol Expressible {
73
extension Expressible {
74
75
// naïve compiler for statements that can’t be bound, e.g., CREATE TABLE
76
- internal func asSQL() -> String {
+ // FIXME: make internal (0.12.0)
77
+ public func asSQL() -> String {
78
let expressed = expression
79
var idx = 0
80
return expressed.template.characters.reduce("") { template, character in
0 commit comments