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