PgCore: QueryBuilder Issue

Has anyone come across this issue with QueryBuilder where if a subquery generated directly with a database connection (const connection = drizzle(client, { schema });) works but if a subquery generated with a QueryBuilder doesn't?
Was this page helpful?