Add support for querying sqlite_stmt_status

This commit is contained in:
Thom Chiovoloni
2019-01-24 21:43:39 -08:00
parent 6d1c915c2b
commit ec879337af
3 changed files with 44 additions and 1 deletions

View File

@@ -90,7 +90,7 @@ use crate::error::{error_from_handle, error_from_sqlite_code};
use crate::raw_statement::RawStatement;
use crate::types::{ToSql, ValueRef};
pub use crate::statement::Statement;
pub use crate::statement::{Statement, StatementStatus};
pub use crate::row::{AndThenRows, MappedRows, Row, RowIndex, Rows};