Skip to content

Commit

Permalink
Expose HasStatement
Browse files Browse the repository at this point in the history
  • Loading branch information
antialize committed Jul 26, 2020
1 parent b61c082 commit 908279f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ pub use sqlx_core::arguments::{Arguments, IntoArguments};
pub use sqlx_core::column::Column;
pub use sqlx_core::column::ColumnIndex;
pub use sqlx_core::connection::{ConnectOptions, Connection};
pub use sqlx_core::database::{self, Database};
pub use sqlx_core::database::{self, Database, HasStatement};
pub use sqlx_core::describe::Describe;
pub use sqlx_core::done::Done;
pub use sqlx_core::executor::{Execute, Executor};
Expand Down

0 comments on commit 908279f

Please sign in to comment.