diff --git a/Sources/MariaDB/MySQLCRUD.swift b/Sources/MariaDB/MySQLCRUD.swift index d19ac49..1c70071 100644 --- a/Sources/MariaDB/MySQLCRUD.swift +++ b/Sources/MariaDB/MySQLCRUD.swift @@ -191,7 +191,7 @@ class MySQLGenDelegate: SQLGenDelegate { return "() VALUES ()" } - func getBinding(for expr: Expression) throws -> String { + func getBinding(for expr: PerfectCRUD.Expression) throws -> String { bindings.append(("?", expr)) return "?" }