sanyaade-speechtools / delphi-museum-project

Automatically exported from code.google.com/p/delphi-museum-project
0 stars 0 forks source link

Need to make query statements use prepared queries #84

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
This is just sloppy, and it has a real perf impact over time. Can also
impact security. Need to fix soon.

Original issue reported on code.google.com by LudicrousResearcher@gmail.com on 23 Aug 2008 at 5:59

GoogleCodeExporter commented 9 years ago
Turns out that prepared queries have some perf issues (do not use the query 
cache)
and so have rewritten the query guts to use a different approach that speeds up 
query
perf quite a bit. We already parse and validate the params independently, so 
security
issue is relatively minor.

Original comment by LudicrousResearcher@gmail.com on 4 Sep 2008 at 8:05