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
Currently in drizzle, if you want to insert or update an array, there is a typing issue like this:
DatabaseErrorException: ERROR: column "images" is of type text[] but expression is of type text; Hint: You will need to rewrite or cast the expression.
The idea is that I should be able to insert/update an array in drizzle-orm aws-data-api.
Describe what you want
Currently in drizzle, if you want to insert or update an array, there is a typing issue like this:
The idea is that I should be able to insert/update an array in drizzle-orm aws-data-api.
For example:
should work when we're using aws-data-api. but it throws the error above
The text was updated successfully, but these errors were encountered: