mirror of
				https://github.com/isar/rusqlite.git
				synced 2025-10-31 05:48:56 +08:00 
			
		
		
		
	Add new constants introduced by SQLite 3.43.0
This commit is contained in:
		| @@ -132,6 +132,8 @@ const SQLITE_IOERR_BEGIN_ATOMIC: c_int = super::SQLITE_IOERR | (29 << 8); | ||||
| const SQLITE_IOERR_COMMIT_ATOMIC: c_int = super::SQLITE_IOERR | (30 << 8); | ||||
| const SQLITE_IOERR_ROLLBACK_ATOMIC: c_int = super::SQLITE_IOERR | (31 << 8); | ||||
| const SQLITE_IOERR_DATA: c_int = super::SQLITE_IOERR | (32 << 8); | ||||
| const SQLITE_IOERR_CORRUPTFS: c_int = super::SQLITE_IOERR | (33 << 8); | ||||
| const SQLITE_IOERR_IN_PAGE: c_int = super::SQLITE_IOERR | (34 << 8); | ||||
|  | ||||
| const SQLITE_LOCKED_VTAB: c_int = super::SQLITE_LOCKED | (2 << 8); | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user