Drizzle typebox enum array not working
I am making this post to raise some attention to an issue I made around 2 weeks ago on GitHub.
https://github.com/drizzle-team/drizzle-orm/issues/1345#issuecomment-1771082418
The typebox schema and types generated for enum arrays is wrong. It seems like it would be fairly simple to fix, I hope this can be investigated soon
Probably this is also connected
https://github.com/drizzle-team/drizzle-orm/issues/1110
https://github.com/drizzle-team/drizzle-orm/issues/1345#issuecomment-1771082418
The typebox schema and types generated for enum arrays is wrong. It seems like it would be fairly simple to fix, I hope this can be investigated soon
Probably this is also connected
https://github.com/drizzle-team/drizzle-orm/issues/1110
GitHub
What version of drizzle-orm are you using? 0.28.5 What version of drizzle-kit are you using? 0.19.13 Describe the Bug I'm using drizzle-orm, drizzle-kit & drizzle-zod in my application. One...
GitHub
What version of drizzle-orm are you using? 0.28.6 What version of drizzle-kit are you using? 0.19.13 Describe the Bug The typebox schema and types generated for enum arrays is wrong. Reproduction: ...