Kenneth Reitz

Results 76 issues of Kenneth Reitz

http://hynek.me/articles/python-deployment-anti-patterns/

Explain usage.

Contributor Friendly
Planned

help wanted
Contributor Friendly

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