mirror of
https://github.com/isar/rusqlite.git
synced 2024-11-23 09:09:19 +08:00
Merge branch 'master' of https://github.com/twistedfall/rusqlite into twistedfall-master
This commit is contained in:
commit
ccf9e6fe6c
@ -82,7 +82,7 @@ use cache::StatementCache;
|
|||||||
pub use statement::Statement;
|
pub use statement::Statement;
|
||||||
use statement::StatementCrateImpl;
|
use statement::StatementCrateImpl;
|
||||||
|
|
||||||
pub use row::{Row, Rows, MappedRows, AndThenRows};
|
pub use row::{Row, Rows, MappedRows, AndThenRows, RowIndex};
|
||||||
use row::RowsCrateImpl;
|
use row::RowsCrateImpl;
|
||||||
|
|
||||||
#[allow(deprecated)]
|
#[allow(deprecated)]
|
||||||
|
Loading…
Reference in New Issue
Block a user