mirror of
https://github.com/launchbadge/sqlx.git
synced 2026-03-19 08:39:44 +00:00
postgres: be explicit about an expression type for a test
This commit is contained in:
committed by
Austin Bonander
parent
40e1df78f1
commit
63f5592ecf
@@ -119,6 +119,6 @@ macro_rules! Sqlite_query_for_test_prepared_type {
|
||||
#[macro_export]
|
||||
macro_rules! Postgres_query_for_test_prepared_type {
|
||||
() => {
|
||||
"SELECT {0} is not distinct from $1, $2::text as _1, {0}, $3 as _3"
|
||||
"SELECT {0} is not distinct from $1, $2::text as _1, {0} as _2, $3 as _3"
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user