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
Add sql and expanded_sql methods to the statement object
These methods allow you to retrieve the SQL statement that was used to
create the statement object. The `sql` method just returns the sql
statement, where the `expanded_sql` method returns the statement but
with bind parameters substituted.
This should aid with debugging and other tasks.
Fixes#293
0 commit comments