garaged wrote:
I haven't see a lot of RC code, but I don't quite see a lot of space for prepared queries.
where statements are almost all you need for most applications.
Doing the correct quotation is a good programming pratice, and it wont be corrected by prepared queries.
I am not saying it will be useful to increase performance, but it ensures that people quote properly. Right now the RC does not .. as it does not properly escape .. especially not on different RDBMS. Obviously this could be solved by starting to use a quote() method as well ..
regards, Lukas