mirror of
https://github.com/launchbadge/sqlx.git
synced 2026-03-19 08:39:44 +00:00
fix(postgres): syntax error in nullables query
This commit is contained in:
@@ -451,7 +451,7 @@ WHERE rngtypid = $1
|
||||
.push_unseparated("::int4");
|
||||
tuple
|
||||
.push_bind(column.relation_attribute_no)
|
||||
.push_bind_unseparated("::int2");
|
||||
.push_unseparated("::int2");
|
||||
});
|
||||
|
||||
nullable_query.push(
|
||||
|
||||
Reference in New Issue
Block a user