mirror of
				https://github.com/isar/rusqlite.git
				synced 2025-10-31 05:48:56 +08:00 
			
		
		
		
	Paste relevant section from SQLite documantation
This commit is contained in:
		| @@ -262,8 +262,9 @@ impl InnerConnection { | |||||||
|                 ) |                 ) | ||||||
|             } |             } | ||||||
|         }; |         }; | ||||||
|  |         // If there is an error, *ppStmt is set to NULL. | ||||||
|         self.decode_result(r)?; |         self.decode_result(r)?; | ||||||
|  |         // If the input text contains no SQL (if the input is an empty string or a comment) then *ppStmt is set to NULL. | ||||||
|         let c_stmt: *mut ffi::sqlite3_stmt = unsafe { c_stmt.assume_init() }; |         let c_stmt: *mut ffi::sqlite3_stmt = unsafe { c_stmt.assume_init() }; | ||||||
|         let c_tail: *const c_char = unsafe { c_tail.assume_init() }; |         let c_tail: *const c_char = unsafe { c_tail.assume_init() }; | ||||||
|         // TODO ignore spaces, comments, ... at the end |         // TODO ignore spaces, comments, ... at the end | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user