esnme / ultramysql

A fast MySQL driver written in pure C/C++ for Python. Compatible with gevent through monkey patching.
http://www.esn.me
Other
547 stars 95 forks source link

Arg escaping is confusing #42

Open andrew-azarov opened 11 years ago

andrew-azarov commented 11 years ago

For some reason it escapes with double quotes

andrew-azarov commented 11 years ago

More info.

Arg escaping for example for SHOW DATABASES LIKE goes with ' ' whilst it should be with ``