in reply to Re: Fast Building of SQL Statements
in thread Fast Building of SQL Statements

I almost always do use prepare_cached (decided against it for the example above), but that won't speed up the initial generation of SQL. Also, its not like converting map to x is obfu. I actually think its slightly cleaner, and gets bonus points for being faster.

----
I wanted to explore how Perl's closures can be manipulated, and ended up creating an object system by accident.
-- Schemer

Note: All code is untested, unless otherwise stated