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?
To enter a block of code:
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.
To enter a block of code:
Evgeny, thank you!
To enter a block of code:
To enter a block of code:
Comments