Detach StatementCache from Connection so we can embed it (coming later)

This commit is contained in:
John Gallagher
2016-05-17 11:59:54 -05:00
parent 1978568d01
commit 0ab9421e6a
2 changed files with 14 additions and 16 deletions

View File

@@ -93,7 +93,7 @@ mod raw_statement;
#[cfg(feature = "load_extension")]mod load_extension_guard;
#[cfg(feature = "trace")]pub mod trace;
#[cfg(feature = "backup")]pub mod backup;
#[cfg(feature = "cache")]pub mod cache;
#[cfg(feature = "cache")]mod cache;
#[cfg(feature = "functions")]pub mod functions;
#[cfg(feature = "blob")]pub mod blob;