-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
What version of drizzle-orm are you using?
0.32.0
What version of drizzle-kit are you using?
0.23.0
Describe the Bug
isTable function is not working in 0.32.0.
My code uses isTable helper which stopped working in 0.32.0. While quickly reading through drizzle source, it seems that IsDrizzleTable Symbol is unused in the Table class, but isTable function is checking the presence of the Symbol.
Expected behavior
The function isTable should return true when called with a Table.
Environment & setup
pnpm -v
9.4.0
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working