python - Does the MySQLdb module support prepared statements? -


this question has answer here:

does mysqldb support server-side prepared statements? can't figure out manual.

check mysqldb package comments:

"parameterization" done in mysqldb escaping strings , blindly interpolating them query, instead of using mysql_stmt api. result unicode strings have go through 2 intermediate representations (encoded string, escaped encoded string) before they're received database.

so answer is: no, doesn't.


Comments

Popular posts from this blog

c++ - QTextObjectInterface with Qml TextEdit (QQuickTextEdit) -

xcode - Swift Playground - Files are not readable -

jboss7.x - JBoss AS 7.3 vs 7.4 and differences -