Dan Kochetov
Dan Kochetov
@fightbulc could you try updating to `drizzle-orm@beta` and `drizzle-kit@db-push` and test if the issue is still present?
I see that you're using Deno. I don't have a lot of experience with it, unfortunately. If you could provide a reproduction repo, it will help to debug this.
You can't have the relation name be the same as the DB column name.
The query is generated correctly and using `or` on two columns actually works in some cases and was used intentionally, but apparently doesn't work in Postgres. I'll look at how...
@alyssapiresfernandescefet this should now be fixed in `[email protected]`
True, the query was changed a bit. You can use `cast( as json)` to work around that.
@thillmann could you test if it works with `drizzle-orm@beta`?
Currently there are no plans to support DynamoDB in Drizzle. For everyone looking for a DynamoDB ORM, I suggest trying [ElectroDB](https://electrodb.dev/), which is a decent option.
Makes sense. If you could add some integration and type tests that confirm this behavior, I'd be glad to merge this.
@AdiRishi one last thing - please sign your commits and force-push the branch, after that I'll merge it.