Merge branch 'master' of https://github.com/jgallagher/rusqlite into functions

This commit is contained in:
Gwenael Treguier
2015-12-06 21:33:21 +01:00
12 changed files with 699 additions and 80 deletions

View File

@@ -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;