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
[BUG]: DatabaseErrorException: ERROR: operator does not exist: uuid = text; Hint: No operator matches the given name and argument types. You might need to add explicit type casts.; Position: 54; SQLState: 42883
#2583
Open
trevorpfiz opened this issue
Jul 3, 2024
· 3 comments
When I use driver: "aws-data-api" with an RDS database I can't update or delete in the studio without this error: [BUG]: DatabaseErrorException: ERROR: operator does not exist: uuid = text; Hint: No operator matches the given name and argument types. You might need to add explicit type casts.; Position: 54; SQLState: 42883
It seems this also happens when using enums in my case:
Error: ERROR: operator does not exist: agent_task = text; Hint: No operator matches the given name and argument types. You might need to add explicit type casts.; Position: 1879; SQLState: 42883
What version of
drizzle-orm
are you using?0.31.2
What version of
drizzle-kit
are you using?0.22.8
Describe the Bug
When I use
driver: "aws-data-api"
with an RDS database I can't update or delete in the studio without this error:[BUG]: DatabaseErrorException: ERROR: operator does not exist: uuid = text; Hint: No operator matches the given name and argument types. You might need to add explicit type casts.; Position: 54; SQLState: 42883
Following this https://ion.sst.dev/docs/start/aws/drizzle/.
Cross-posting this to drizzle-orm from #3409
Expected behavior
I would expect to be able to update and delete from the studio like when using other databases.
Environment & setup
I have only tested development with
sst shell drizzle-kit studio
.The text was updated successfully, but these errors were encountered: