Merge pull request #476 from gwenn/pragma

Ease PRAGMA usage (#273 and #265)
This commit is contained in:
gwenn
2019-02-27 18:03:35 +01:00
committed by GitHub
2 changed files with 433 additions and 0 deletions

View File

@@ -116,6 +116,7 @@ mod inner_connection;
pub mod limits;
#[cfg(feature = "load_extension")]
mod load_extension_guard;
mod pragma;
mod raw_statement;
mod row;
#[cfg(feature = "session")]