-
-
Notifications
You must be signed in to change notification settings - Fork 688
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG]: Drizzle typebox not supporting array #1810
Comments
Marked this PR to be merged |
Any updates on this? This still seems to be a problem as of drizzle-orm 0.32.2. |
The drizzle-orm/drizzle-typebox/src/index.ts Lines 82 to 102 in 6974798
drizzle-orm/drizzle-orm/src/pg-core/columns/text.ts Lines 8 to 16 in 6974798
|
This one was fixed in the latest |
What version of
drizzle-orm
are you using?0.29.2
What version of
drizzle-kit
are you using?0.20.13
Describe the Bug
Hey! I'm using drizzle together with typebox and I get the wrong types when using array. See the following example:
Probably related to #1416?
Expected behavior
Environment & setup
No response
The text was updated successfully, but these errors were encountered: