mirror of
https://github.com/launchbadge/sqlx
synced 2024-11-10 06:24:16 +00:00
test: fix postgres tests after tweak to make mssql work with test type macros
This commit is contained in:
parent
18ae43aae8
commit
95149c4e4a
1 changed files with 1 additions and 1 deletions
|
@ -199,6 +199,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, {0}, $2"
|
||||
"SELECT ({0} is not distinct from $1)::int4, {0}, $2"
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue