Kenneth Reitz
Kenneth Reitz
http://hynek.me/articles/python-deployment-anti-patterns/
In 5.7.6+, mysql_real_escape_string() will error if the NO_BACKSLASH_ESCAPES SQL mode is enabled. Instead, mysql_real_escape_string_quote() must be used. See the note at https://dev.mysql.com/doc/refman/5.7/en/mysql-real-escape-string.html for more information: To reproduce: ``` python #...
- [ ] evaluate - [ ] change, if needed - [ ] document
we'll take turns :)
`--url=blah`