Prepared statements
Could anybody make one thing clear for me. Does AskBot use prepared SQL statements?
Could anybody make one thing clear for me. Does AskBot use prepared SQL statements?
Django does not seem to be using prepared statements, grepped the Django code base for "PREPARE" and did not find anything.
In Askbot we are not using them either and we rely on the Django ORM.
Evgeny, thank you!
To enter a block of code:
Comments