plugins.rawSQL.executeSQL

Warning: The method executeSQL() from the type Plugin is deprecated
Version: 8.3.0.3203
Is this a bug or is it true???

I haven’t checked this version yet.
But it usually means you pass some argument types that are not supported (or not known).

I get the impression the ‘tableName’ argument (2nd) is skipped. Now it just is (‘server’, ‘query’, [‘arguments’]). Looks logical, but it means work…

Correct,

The tablename parameter was not used, there are now 2 new methods executeSQL() methods without the tablename, the existing ones are deprecated.
You can remove the tablename argument to get rid of the warning.