mirror of
https://github.com/isar/rusqlite.git
synced 2025-11-06 09:48:58 +08:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user