Is there a function in MySQLdb that simply returns the SQL statement that would be sent to the MySQL server if I were to call .execute() with those same arguments? I need to keep a record of the MySQL statements I am issuing.
Thanks in advance for any help,
lara
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello,
Is there a function in MySQLdb that simply returns the SQL statement that would be sent to the MySQL server if I were to call .execute() with those same arguments? I need to keep a record of the MySQL statements I am issuing.
Thanks in advance for any help,
lara