Keep track of SQL input

This commit is contained in:
gwenn
2022-04-21 15:14:08 +02:00
parent cfcbb56fce
commit 8370970b0b
3 changed files with 22 additions and 10 deletions

View File

@@ -1537,7 +1537,7 @@ mod test {
}
#[test]
#[cfg(feature = "modern_sqlite")]
#[cfg(all(feature = "modern_sqlite", not(feature = "bundled-sqlcipher")))] // SQLite >= 3.38.0
fn test_error_offset() -> Result<()> {
use crate::ffi::ErrorCode;
let db = Connection::open_in_memory()?;