Prepared statements
Could anybody make one thing clear for me. Does AskBot use prepared SQL statements?
add a comment
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!
Please start posting anonymously - your entry will be published after you log in or create a new account.
Asked: 2013-08-16 03:44:17 -0600
Seen: 161 times
Last updated: Aug 19 '13