Check SQL query passed to execute

When `extra_check` feature is activated:
Fail when query has a column count > 0
Or when query is readonly.
This commit is contained in:
gwenn
2019-08-26 20:21:23 +02:00
parent 835b69fcb7
commit 00d50199a2
5 changed files with 34 additions and 5 deletions

View File

@@ -28,7 +28,7 @@ script:
- cargo build --features sqlcipher
- cargo build --features "bundled sqlcipher"
- cargo test
- cargo test --features "backup blob"
- cargo test --features "backup blob extra_check"
- cargo test --features "collation functions"
- cargo test --features "hooks limits"
- cargo test --features load_extension