Question for the developers.
Best practice is the use of parameterized queries for Sql. When running queries using powershell and the api, I have not found a way to utilize parameterized queries since we interface with swql, not directly with the sql interface. It doesn't appear that we have the objects available to query using parameterized queries. Does the swql interface have the controls in place to guard against sql injection? If not, is there a way to write the query in a parameterized manner?