Mellow
Mellow
DTDrizzle Team
Created by Mellow on 10/10/2024 in #help
PgCore: QueryBuilder Issue
Some context: - Typescript has no issues with either approach (no errors) - When I invoke toSQL().params on a query that uses that subquery generated directly from PostgresJsDatabase it returns an empty array - When I invoke toSQL().params on a query that uses that subquery generated directly from QueryBuilder it returns an array with 1 element: [Subquery]
3 replies