© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
Drizzle TeamDT
Drizzle Team•3y ago•
1 reply
Tommy Misikoff

Drizzle Queries in Drizzle Studio

Is it expected that Drizzle Queries will cause errors in Drizzle Studio? The same query that works in my app:
db.query.users.findMany({
    with: {
      posts: true,
    },
  });
db.query.users.findMany({
    with: {
      posts: true,
    },
  });
fails in Drizzle Studio with an error:

TypeError: Cannot read properties of undefined (reading 'referencedTable')
    at z1r (index.js:785:102928)
    at Ze.buildRelationalQueryWithoutPK (session-37c6b934.js:7:7587)
    at QueryPromise._getQuery (session-37c6b934.js:7:19056)
    at QueryPromise._toSQL (session-37c6b934.js:7:19332)
    at session-37c6b934.js:7:18823
    at Object.startActiveSpan (index.js:785:104941)
    at QueryPromise._prepare (session-37c6b934.js:7:18746)
    at session-37c6b934.js:7:19510
    at Object.startActiveSpan (index.js:785:104941)
    at QueryPromise.execute (session-37c6b934.js:7:19465)
    at QueryPromise.then (index.js:785:112971)
TypeError: Cannot read properties of undefined (reading 'referencedTable')
    at z1r (index.js:785:102928)
    at Ze.buildRelationalQueryWithoutPK (session-37c6b934.js:7:7587)
    at QueryPromise._getQuery (session-37c6b934.js:7:19056)
    at QueryPromise._toSQL (session-37c6b934.js:7:19332)
    at session-37c6b934.js:7:18823
    at Object.startActiveSpan (index.js:785:104941)
    at QueryPromise._prepare (session-37c6b934.js:7:18746)
    at session-37c6b934.js:7:19510
    at Object.startActiveSpan (index.js:785:104941)
    at QueryPromise.execute (session-37c6b934.js:7:19465)
    at QueryPromise.then (index.js:785:112971)


The relation shows up fine in the database as visible within Drizzle Studio.
Drizzle TeamJoin
The official Discord for all Drizzle related projects, such as Drizzle ORM, Drizzle Kit, Drizzle Studio and more!
11,879Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

drizzle studio in vps
Drizzle TeamDTDrizzle Team / help
5mo ago
Error in Drizzle.studio
Drizzle TeamDTDrizzle Team / help
11mo ago
Use drizzle studio without local.drizzle.studio?
Drizzle TeamDTDrizzle Team / help
2y ago
binary columns in drizzle studio
Drizzle TeamDTDrizzle Team / help
3y ago