Page 1 of 1

plugins.rawSQL.executeSQL

PostPosted: Mon May 07, 2018 3:08 pm
by jos@devoon.nl
Warning: The method executeSQL() from the type Plugin<rawSQL> is deprecated
Version: 8.3.0.3203
Is this a bug or is it true???

Re: plugins.rawSQL.executeSQL

PostPosted: Mon May 07, 2018 3:14 pm
by ROCLASI
I haven't checked this version yet.
But it usually means you pass some argument types that are not supported (or not known).

Re: plugins.rawSQL.executeSQL

PostPosted: Mon May 07, 2018 3:20 pm
by jos@devoon.nl
I get the impression the 'tableName' argument (2nd) is skipped. Now it just is ('server', 'query', ['arguments']). Looks logical, but it means work...

Re: plugins.rawSQL.executeSQL

PostPosted: Fri May 11, 2018 10:35 am
by rgansevles
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.