Feature sqlite3_{log,trace,profile}.

This commit is contained in:
gwenn
2015-08-01 17:21:41 +02:00
parent e8967388e6
commit 4a7e83f0af
4 changed files with 104 additions and 1 deletions

View File

@@ -92,3 +92,5 @@ pub fn code_to_str(code: c_int) -> &'static str {
_ => "Unknown error code",
}
}
pub const SQLITE_CONFIG_LOG : c_int = 16;