Browse Source

MySQL query to debug log

bugfixes
gau1991 10 years ago
parent
commit
5e63f05975
  1. 1
      ee/core/mysql.py

1
ee/core/mysql.py

@ -43,6 +43,7 @@ class EEMysql():
.format(e))
try:
Log.debug(self, "Executing MySQL statement: {0}".format(statement))
cur.execute(statement)
except Exception as e:
cur.close()

Loading…
Cancel
Save