Closed dataflake closed 4 years ago
In Products/ZMySQLDA/db.py method DB._query failed queries are sent to the log as-is. This turns insane if the query is very long. The query length must be taken into account, if it is too long truncate it before logging.
Products/ZMySQLDA/db.py
DB._query
In
Products/ZMySQLDA/db.py
methodDB._query
failed queries are sent to the log as-is. This turns insane if the query is very long. The query length must be taken into account, if it is too long truncate it before logging.