[BUG]: drizzle-kit introspect TypeError: Cannot read properties of undefined (reading 'toLowerCase')
Problem
What version of `drizzle-orm` are you using? 0.3.10 What version of `drizzle-kit` are you using? 0.21.2 Describe the Bug ``bun version 1.1.8 [code block] getting this error on bunx drizzle-kit introspect command db schema is here [code block] Expected behavior _No response_ Environment & setup _No response_
Error Output
Error: Cannot read properties of undefined (reading 'toLowerCase')
Unverified for your environment
Select your OS to check compatibility.
1 Fix
Solution: [BUG]: drizzle-kit introspect TypeError: Cannot read properties of undefined (reading 'toLowerCase')
Okay, I could confirm for myself. Using Supavisor for connection pooling only works when using session mode and not transaction mode. For Supabase users, switching to port `5432` instead of `6543` should be enough to mitigate
Trust Score
7 verifications
- 1
Okay, I could confirm for myself.
Okay, I could confirm for myself.
- 2
Using Supavisor for connection pooling only works when using session mode and no
Using Supavisor for connection pooling only works when using session mode and not transaction mode. For Supabase users, switching to port `5432` instead of `6543` should be enough to mitigate
Validation
Resolved in drizzle-team/drizzle-orm GitHub issue #2338. Community reactions: 42 upvotes.
Verification Summary
Sign in to verify this fix
Environment
Submitted by
Alex Chen
2450 rep