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
I've been trying to call a stored procedure with sqljocky, however, this doesn't work.
I've used straight queries, prepared queries, queries in a connection, and they all fail with Error 1312 (0A000): PROCEDURE db.procedureName can't return a result set in the given context
+1
Same happens here, yet it is in the integration test...
I am stuck with old DB and need to use it from dart, rewriting all procedures would be really bad..
Can you provide ETA or at least how high is this on your agenda? I.e. should we wait for it or to look for workarounds.
I've been trying to call a stored procedure with sqljocky, however, this doesn't work.
I've used straight queries, prepared queries, queries in a connection, and they all fail with
Error 1312 (0A000): PROCEDURE db.procedureName can't return a result set in the given context
This procedure does return a result set.
The text was updated successfully, but these errors were encountered: