-
-
Notifications
You must be signed in to change notification settings - Fork 621
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]: isTable helper function is not working #2672
Labels
bug
Something isn't working
Comments
Should be fixed in |
This was referenced Aug 30, 2024
This was referenced Sep 10, 2024
Open
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 theTable
class, butisTable
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
The text was updated successfully, but these errors were encountered: