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
In the Readme it says that after running a prepared statement you can get the full SQL with query.sql. However I am finding that it returns the string from the prepared statement directly, containing the question mark, rather than replacing it with the parameters.