mirror of
https://github.com/isar/rusqlite.git
synced 2025-12-30 23:42:44 +08:00
Revert "Support Rust expression like {x.y} in SQL strings"
This reverts commit b86d9321b5.
This commit is contained in:
@@ -12,5 +12,5 @@ categories = ["database"]
|
||||
proc-macro = true
|
||||
|
||||
[dependencies]
|
||||
sqlite3-parser = { version = "0.10.0", default-features = false, features = ["YYNOERRORRECOVERY", "rust_variable"] }
|
||||
sqlite3-parser = { version = "0.11", default-features = false, features = ["YYNOERRORRECOVERY"] }
|
||||
fallible-iterator = "0.3"
|
||||
|
||||
Reference in New Issue
Block a user