summaryrefslogtreecommitdiff
path: root/databases/p5-SQL-Interp/distinfo
Commit message (Collapse)AuthorAgeFilesLines
* databases/p5-SQL-Interp: Update to 1.27Po-Chuan Hsieh2021-05-261-3/+3
| | | | Changes: https://metacpan.org/changes/distribution/SQL-Interp
* - Update to 1.26Wen Heping2020-04-181-3/+3
| | | | Notes: svn path=/head/; revision=531991
* Update to 1.25Sunpoet Po-Chuan Hsieh2019-10-281-2/+3
| | | | | | | | | - Add NO_ARCH Changes: https://metacpan.org/changes/distribution/SQL-Interp Notes: svn path=/head/; revision=515882
* - Update to 1.24Wen Heping2016-02-121-2/+2
| | | | | | | | Changes: http://cpansearch.perl.org/src/MARKSTOS/SQL-Interp-1.24/Changes - Add LICENSE Notes: svn path=/head/; revision=408716
* Update to 1.22Mathieu Arnold2013-08-211-2/+2
| | | | Notes: svn path=/head/; revision=325099
* - Update to 1.21Sunpoet Po-Chuan Hsieh2012-02-091-2/+2
| | | | | | | | | | - Add BUILD_DEPENDS Changes: http://search.cpan.org/dist/SQL-Interp/Changes Approved by: clsung (maintainer, via IRC) Notes: svn path=/head/; revision=290767
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* - Update to 1.10Cheng-Lung Sung2009-07-071-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/SQL-Interp/Changes Notes: svn path=/head/; revision=237302
* SQL::Interp converts a list of intermixed SQL fragments andCheng-Lung Sung2008-01-161-0/+3
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/ Notes: svn path=/head/; revision=205722