Currently the only way to reference variables inside a direct SQL database query is with "?". While this is quite simple for simple requests it becomes a nightmare when dealing with +50 inputs that needs to be incorporated into the statement.
I suggest a simple and smarter way to do this by simply being able the reference each attached variable of the SQL query. I.e. if I have a STATEMENT ARG named "name" I want to be able to reference that as ":name" or similar in order to avoid having +50 "?" inside the query
Better variable referencing inside SQL queries
8