mirror of
https://github.com/launchbadge/sqlx.git
synced 2026-04-07 18:55:19 +00:00
Implement AnyQueryResult for Sqlite and MySQL (#3608)
* impl AnyQueryResult for Sqlite and MySQL * fix MySQL AnyQueryResult * fix MySQL AnyQueryResult * fix manifest * rewrite `use` and address implementation concerns
This commit is contained in:
@@ -7,7 +7,10 @@ use futures_core::stream::BoxStream;
|
||||
use futures_util::{stream, StreamExt, TryFutureExt, TryStreamExt};
|
||||
use std::future;
|
||||
|
||||
pub use sqlx_core::any::*;
|
||||
use sqlx_core::any::{
|
||||
Any, AnyArguments, AnyColumn, AnyConnectOptions, AnyConnectionBackend, AnyQueryResult, AnyRow,
|
||||
AnyStatement, AnyTypeInfo, AnyTypeInfoKind,
|
||||
};
|
||||
|
||||
use crate::type_info::PgType;
|
||||
use sqlx_core::connection::Connection;
|
||||
|
||||
Reference in New Issue
Block a user