On Thu, Jun 15, 2006, Blake Mitchell <[EMAIL PROTECTED]> said: > I'm a big fan of bound database parameters as well, aside from the > already mentioned security and performance aspects, it just makes the > code seem cleaner somehow. Do all three of the database back ends > currently supported have parameter binding capabilities?
Yes. PostgreSQL has had them since dinosaurs roamed Berkeley, MySQL has had them since 4.1, and SQLite since 3.0. I want to get to the SQLite 3 API before 2.2 comes out, so don't let that worry you (or use it as a starting project to get your C back). > So, I guess I'll endeavor to be that champion. Excellent! Aaron