Merge branch 'limits' of https://github.com/gwenn/rusqlite into gwenn-limits

This commit is contained in:
John Gallagher
2017-02-07 19:41:30 -05:00
6 changed files with 108 additions and 6 deletions

View File

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