Thrown when the executed query, unexpectedly, did not produce a result set.
Use the mysql.commands.exec functions, not mysql.commands.query/mysql.commands.queryRow/etc. for commands that don't produce result sets (such as INSERT).
See Implementation
Thrown when the executed query, unexpectedly, did not produce a result set.
Use the mysql.commands.exec functions, not mysql.commands.query/mysql.commands.queryRow/etc. for commands that don't produce result sets (such as INSERT).