Can the rawSQL plugin be changed to accept an argument array the same way that databaseManager.getDataSetByQuery() and controller.loadRecords() does? For security reasons, I like that I can mask arguments in my query using the question mark and pass an array to the function that substitutes the array’s values for the question marks. I don’t seem to be able to have this option if I am using plugins.rawSQL.executeSQL(), and I find myself using the plugin quite a bit lately.
Thanks,
Steve in LA
Servoy Developer
Version 3.1.6-build 410
Java version 1.5.0_07-87 (Mac OS X)