L-Mario564
L-Mario564
`properties.amenities` is an array field. `inArray` is meant to compare a scalar value to a list/array. You can use `arrayContains` or `arrayContained` instead.
Can anyone provide a repo where the bug can be reproduced? Will greatly help in solving this issue.
Appreciate all the info provided. I haven't updated this package to be compatible with Drizzle's new index API, which seems to be the cause for the error here. Your PR...
Can't seem to replicate the issue. Could you provide me the definition for `createTable` and `defaultFields` util functions and the `users` table? The first two are probably the most important,...
I see you're exporting the UserRole Typescript enum. Could you try moving that elsewhere so the when importing `* as schema` it doesn't go through the rest of the schema...
@johnkraczek Should be fixed in latest release.
We won't work on this anytime soon as it adds a ton of unnecessary complexity. Could be something that we do much further into the future, but no promises.
@acontreras89 Read the [CONTRIBUTING.md](https://github.com/drizzle-team/drizzle-orm/blob/main/CONTRIBUTING.md) file. If you get stuck at any point, you can join the official Drizzle Discord server and ask questions there.
> I discussed this briefly with a member of the team, an easy workaround is to do the transformation yourself in the execute function: > > ```ts > const stmt...
Closing in favor of #2066.