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 noticed that you use the non-async variant of prepare even for the async calls. Even though this is something that is only actually fired once per SQL statement it would be nice to keep it async all the way.
The text was updated successfully, but these errors were encountered:
I noticed that you use the non-async variant of prepare even for the async calls. Even though this is something that is only actually fired once per SQL statement it would be nice to keep it async all the way.
The text was updated successfully, but these errors were encountered: