mirror of
https://github.com/isar/rusqlite.git
synced 2025-08-19 12:29:34 +08:00
Merge branch 'master' of https://github.com/jgallagher/rusqlite into functions
This commit is contained in:
@@ -93,5 +93,6 @@ pub fn code_to_str(code: c_int) -> &'static str {
|
||||
}
|
||||
}
|
||||
|
||||
pub const SQLITE_CONFIG_LOG : c_int = 16;
|
||||
pub const SQLITE_UTF8 : c_int = 1;
|
||||
pub const SQLITE_DETERMINISTIC : c_int = 0x800;
|
||||
|
Reference in New Issue
Block a user