mirror of
https://github.com/launchbadge/sqlx.git
synced 2026-03-22 18:14:11 +00:00
fix(macros): reintroduce and fix macro tests for MySQL
This commit is contained in:
@@ -13,6 +13,7 @@ impl_database_ext! {
|
||||
f32,
|
||||
f64,
|
||||
|
||||
// ordering is important here as otherwise we might infer strings to be binary
|
||||
// CHAR, VAR_CHAR, TEXT
|
||||
String,
|
||||
|
||||
|
||||
@@ -10,6 +10,7 @@ use sqlx_core::executor::Executor;
|
||||
deserialize = "Describe<DB>: serde::de::DeserializeOwned"
|
||||
))
|
||||
)]
|
||||
#[derive(Debug)]
|
||||
pub struct QueryData<DB: Database> {
|
||||
#[allow(dead_code)]
|
||||
pub(super) query: String,
|
||||
|
||||
Reference in New Issue
Block a user