| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
01 May 2012 01:47:10
1.21
|
swills  |
- Assign clsung's p5- ports to perl@
Approved by: clsung via IRC |
09 Feb 2012 03:30:00
1.21
|
sunpoet  |
- Update to 1.21
- Add BUILD_DEPENDS
Changes: http://search.cpan.org/dist/SQL-Interp/Changes
Approved by: clsung (maintainer, via IRC) |
20 Mar 2011 12:54:45
1.10
|
miwi  |
- Get Rid MD5 support |
07 Jul 2009 03:42:04
1.10
|
clsung  |
- Update to 1.10
Changes: http://search.cpan.org/dist/SQL-Interp/Changes |
16 Jan 2008 12:42:56
1.06
|
clsung  |
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/ |