mirror of
https://github.com/isar/rusqlite.git
synced 2025-11-20 23:09:16 +08:00
Merge branch 'functions' of https://github.com/gwenn/rusqlite into gwenn-functions
Conflicts: Cargo.toml src/lib.rs
This commit is contained in:
@@ -94,3 +94,5 @@ 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