Does MySQLdb support server-side prepared statements? I can't figure this out from its manual.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
Check the MySQLdb Package Comments:
So the answer is: No, it doesn't. |
||||
|
|
|
It has some kind of parameterization, yes. Even then, I advise you switch to oursql. It brings a lot of advantages over MySQLdb:
|
|||
|
|