[BUG]: drizzle-typebox
fails to map geometry column to type-box schema
#2516
Labels
drizzle-typebox
fails to map geometry column to type-box schema
#2516
What version of
drizzle-orm
are you using?0.31.2
What version of
drizzle-kit
are you using?0.22.6
Describe the Bug
Adding a geometry column in a
pgTable
withtuple
mode causes the issue.Example code:
The outcome:
I've looked into the
drizzle-typebox
code and it seems like this line is causing the issue:drizzle-orm/drizzle-typebox/src/index.ts
Line 284 in 4ecfe1f
Expected behavior
The app compiles successfully
Environment & setup
Database:
postgresql
The text was updated successfully, but these errors were encountered: