NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
Positional Parameters are a good idea (Score:2)
You might want to have a look at Tim Bunce's Advanced DBI talk [gtsm.com]
-Dom
Reply to This
Re:Positional Parameters are a good idea (Score:1)
Actually, my code generates SQL with positional parameters. It takes a pseudo-SQL template like this:
And turns it into this:
Simultaneously taking the name-based parameters that you provide (in a hash, i.e., unordered) and lining their values up in the correct order in a params