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.