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
Is it currently possible to run prepared statements asynchronously?
It seems like neither the prepare nor the execute methods take a async parameter (like query does) and setting query_options[:async] = true also doesn't seem to have an effect.
Is this a known (intended?) limitation?
The text was updated successfully, but these errors were encountered:
Is it currently possible to run prepared statements asynchronously?
It seems like neither the
prepare
nor theexecute
methods take aasync
parameter (likequery
does) and settingquery_options[:async] = true
also doesn't seem to have an effect.Is this a known (intended?) limitation?
The text was updated successfully, but these errors were encountered: