You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When querying Postgres with UUID parameters, directly using the strings as parameters causes a casting error. The solution proposed here is to add a SQL cast to the UUID parameter. It'd be great if the typing could catch this without letting it become a runtime issue.
Upvote & Fund
We're using Polar.sh so you can upvote and help fund this issue.
We receive the funding once the issue is completed & confirmed by you.
Thank you in advance for helping prioritize & fund our backlog.
The text was updated successfully, but these errors were encountered:
Description
When querying Postgres with UUID parameters, directly using the strings as parameters causes a casting error. The solution proposed here is to add a SQL cast to the UUID parameter. It'd be great if the typing could catch this without letting it become a runtime issue.
Upvote & Fund
The text was updated successfully, but these errors were encountered: