mirror of
				https://github.com/isar/rusqlite.git
				synced 2025-10-30 13:28:56 +08:00 
			
		
		
		
	Add bundle-sqlcipher and bundle-ssl (#860)
Co-authored-by: Thom Chiovoloni <chiovolonit@gmail.com>
This commit is contained in:
		| @@ -1933,7 +1933,7 @@ mod test { | ||||
|     } | ||||
|  | ||||
|     #[test] | ||||
|     #[cfg(feature = "bundled")] // SQLite >= 3.35.0 | ||||
|     #[cfg(all(feature = "bundled", not(feature = "bundled-sqlcipher")))] // SQLite >= 3.35.0 | ||||
|     fn test_returning() -> Result<()> { | ||||
|         let db = checked_memory_handle(); | ||||
|         db.execute_batch("CREATE TABLE foo(x INTEGER PRIMARY KEY)")?; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user