mirror of
https://github.com/isar/rusqlite.git
synced 2025-03-23 22:08:31 +08:00
Fix array and window feature which depend on modern sqlite
This commit is contained in:
parent
2701e1f7d3
commit
dc11704820
@ -61,11 +61,11 @@ unlock_notify = ["libsqlite3-sys/unlock_notify"]
|
||||
vtab = []
|
||||
csvtab = ["csv", "vtab"]
|
||||
# pointer passing interfaces: 3.20.0
|
||||
array = ["vtab"]
|
||||
array = ["vtab", "modern_sqlite"]
|
||||
# session extension: 3.13.0
|
||||
session = ["libsqlite3-sys/session", "hooks"]
|
||||
# window functions: 3.25.0
|
||||
window = ["functions"]
|
||||
window = ["functions", "modern_sqlite"]
|
||||
# 3.9.0
|
||||
series = ["vtab"]
|
||||
# check for invalid query.
|
||||
|
Loading…
x
Reference in New Issue
Block a user