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
Your code does not use potential of prepared statements. Every time on each call you compile statement before call. There should be a way to compile prepared statements on connect.
Please add support of prepared statements
The text was updated successfully, but these errors were encountered: