mirror of
https://github.com/launchbadge/sqlx.git
synced 2026-04-17 18:04:37 +00:00
Unify sqlx::CompiledSql and sqlx::SqlQuery into sqlx::Query as a common return type between sqlx::query and sqlx::query!
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
use crate::{backend::Backend, error::Error, query::IntoQueryParameters, row::FromRow};
|
||||
use crate::{backend::Backend, error::Error, params::IntoQueryParameters, row::FromRow};
|
||||
use futures_core::{future::BoxFuture, stream::BoxStream};
|
||||
use futures_util::TryStreamExt;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user