Commit graph

3 commits

Author SHA1 Message Date
Martin Wilke
bb86cbe5d2 - Get Rid MD5 support 2011-03-20 12:54:45 +00:00
Cheng-Lung Sung
29d5532678 - Update to 1.10
Changes:	http://search.cpan.org/dist/SQL-Interp/Changes
2009-07-07 03:42:03 +00:00
Cheng-Lung Sung
1baf0aca01 SQL::Interp converts a list of intermixed SQL fragments and
variable references into a conventional SQL string and list
of bind values suitable for passing onto DBI. This simple
technique creates database calls that are simpler to create
and easier to read, while still giving you full access to
custom SQL.

SQL::Interp properly binds or escapes variables. This recommended
practice safeguards against "SQL injection" attacks. The DBI
documentation has several links on the topic.

Besides the simple techniques shown above, The SQL-Interpolate
distribution includes the optional DBIx::Interp module.

WWW: http://search.cpan.org/dist/SQL-Interp/
2008-01-16 12:42:56 +00:00