allow hstore in query! macro #3488
Labels
db:postgres
Related to PostgreSQL
E-easy
enhancement
New feature or request
good first issue
Good for newcomers
macros
With
mytable
asCREATE TABLE mytable(f HSTORE)
the followingquery!
invocation fails witherror: unsupported type hstore for param #1
.I assume that's because https://github.com/launchbadge/sqlx/blob/main/sqlx-postgres/src/type_checking.rs#L10-L213 does not contain
PgHstore
.The text was updated successfully, but these errors were encountered: