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
Hello everyone!
I have a lot of stored procedures call in my code. Now I am going to switch to pool library instead of regular DBI calls.
And I faced with the problem. The first run of code below works fine, but the second one gives me an error.
Error: Commands out of sync; you can't run this command now [2014]
The text was updated successfully, but these errors were encountered:
vanhry
changed the title
Stored procedures call give Commands out of sync error
Call of stored procedures gives Commands out of sync errorJul 13, 2022
vanhry
changed the title
Call of stored procedures gives Commands out of sync error
Call of stored procedures gives Commands out of sync error
Jul 13, 2022
Hello everyone!
I have a lot of stored procedures call in my code. Now I am going to switch to
pool
library instead of regular DBI calls.And I faced with the problem. The first run of code below works fine, but the second one gives me an error.
My code that executes several times
Code with
poolCheckout
andpoolReturn
gives me the same error after first successful callglobal initialization of pool in global.R:
I will appreciate any help from your side!
The text was updated successfully, but these errors were encountered: