I'm getting a "W3612 : Error running SQL: CommandText does not return a result set" error when running a dynamic SQL statement that is using the UPDATE command. I believe this is because the plugin is expecting data returned (obviously
) and that it can be safely ignored. The SQL UPDATE command executes properly, but generates the error in the log. It will also cause a subprocess to report it has failed if it contains the db plugin.
Would it be possible to turn off the "expect result" behavior if the plugin is using dynamic SQL at runtime?
I can see how, in normal operation, the result set error would be useful, but when switching to dynamic sql the error makes debugging more confusing.
Thanks,
-nth-