Per-app parameter: "Disable converting queries to prepared statements"

One of our apps need to use a Query Builder component to submit raw queries to DB, while others need to be in "SQL safe mode". Currently, I can disable the parameterized queries on per-resource basis, but there's a need to do it on per-app basis.

See the related post:
How to use querybuilder component’s sql in query

1 Like

Hey Alex,

Could you perhaps set up it as 2 resources with only that setting being different?

Share the query within certain users that need to be in SQL safe mode while other having the feature enabled.