Expose limits (#220)

This commit is contained in:
gwenn
2017-02-04 11:01:38 +01:00
parent 186da8d9ad
commit 359ec914d2
6 changed files with 110 additions and 6 deletions

View File

@@ -105,6 +105,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;