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
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.
I am reviving this discussion and linking it to this topic.
I would also like more granular control over the prepared statements too.
Appreciate the bump, @khill-fbmc! I'll take this to the team and let you know if it makes it onto the roadmap.