First time here? Check out the FAQ!
0

Prepared statements
 

Could anybody make one thing clear for me. Does AskBot use prepared SQL statements?

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
Kirill's avatar
11
Kirill
asked 11 years ago

Comments

see more comments

2 Answers

1

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:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
Evgeny's avatar
13.2k
Evgeny
answered 11 years ago
link

Comments

see more comments
0

Evgeny, thank you!

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
Kirill's avatar
11
Kirill
answered 11 years ago
link

Comments

see more comments