mirror of
https://github.com/launchbadge/sqlx.git
synced 2025-10-01 06:52:19 +00:00
test: postgres: fix query string (form -> from)
This commit is contained in:
parent
c14338d329
commit
63200a5044
@ -93,6 +93,6 @@ macro_rules! MySql_query_for_test_prepared_type {
|
||||
#[macro_export]
|
||||
macro_rules! Postgres_query_for_test_prepared_type {
|
||||
() => {
|
||||
"SELECT {} is not distinct form $1, $2 as _1"
|
||||
"SELECT {} is not distinct from $1, $2 as _1"
|
||||
};
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user