Hi all! I’ve got a querybuilder component and would want to use it’s asSql
property in a Postgres query. But SELECT * FROM table {{queryBuilder.asSql}}
formats the asSql as a string, which creates invalid SQL. Any way to force placeholders to skip formatting and use them in place as is?