Implementation of sqlite3_update_hook #260

First draft (no tested and a memory leak)
This commit is contained in:
gwenn
2017-04-25 20:58:22 +02:00
parent cd824aeaee
commit 3b575c3b4a
5 changed files with 170 additions and 8 deletions

View File

@@ -121,6 +121,8 @@ pub mod functions;
pub mod blob;
#[cfg(feature = "limits")]
pub mod limits;
#[cfg(feature = "hooks")]
pub mod hooks;
// Number of cached prepared statements we'll hold on to.
const STATEMENT_CACHE_DEFAULT_CAPACITY: usize = 16;