This one looks like the SET command is executed as a SELECT instead of
an update. Therefore the controller cannot build a ResultSet since there
is no result for it. I don't know if this is a Myosotis problem or a
Sequoia parser issue.

  
Actually, this is more a sequoia parser issue, where empty requests (in your case /* .... */) are not handled properly.
These empty requests should be sent to backends with a statement.execute() (rather than with current statementExecuteQuery()) (need to confirm if that would work!)

Cheers,
Gilles.

_______________________________________________
Sequoia mailing list
[email protected]
https://forge.continuent.org/mailman/listinfo/sequoia

Reply via email to