You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you call Execute with a query that contains concatenated commands, e.g. update Job set Done=0; update Workers set Busy=0, the second command is silently ignored. The silently part is the problem. It should be executed or an error should be provided.
The text was updated successfully, but these errors were encountered:
If you call
Execute
with a query that contains concatenated commands, e.g.update Job set Done=0; update Workers set Busy=0
, the second command is silently ignored. The silently part is the problem. It should be executed or an error should be provided.The text was updated successfully, but these errors were encountered: