mirror of
https://github.com/isar/rusqlite.git
synced 2024-11-22 16:29:20 +08:00
Merge pull request #1168 from gwenn/returning
Bundled SQLCipher is now based on SQLite > 3.35
This commit is contained in:
commit
20e626e0de
@ -2098,7 +2098,7 @@ mod test {
|
||||
}
|
||||
|
||||
#[test]
|
||||
#[cfg(all(feature = "bundled", not(feature = "bundled-sqlcipher")))] // SQLite >= 3.35.0
|
||||
#[cfg(feature = "modern_sqlite")]
|
||||
fn test_returning() -> Result<()> {
|
||||
let db = Connection::open_in_memory()?;
|
||||
db.execute_batch("CREATE TABLE foo(x INTEGER PRIMARY KEY)")?;
|
||||
|
Loading…
Reference in New Issue
Block a user