aboutsummaryrefslogtreecommitdiff
path: root/databases/p5-SQL-Interp
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup plistBaptiste Daroussin2014-10-201-4/+0
| | | | Notes: svn path=/head/; revision=371255
* Support STAGEDIR.Vanilla I. Shu2013-11-032-6/+5
| | | | Notes: svn path=/head/; revision=332592
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | databases) Notes: svn path=/head/; revision=327717
* Update to 1.22Mathieu Arnold2013-08-212-3/+3
| | | | Notes: svn path=/head/; revision=325099
* - Convert to new perl frameworkMathieu Arnold2013-08-021-6/+3
| | | | | | | | - Trim Makefile header - Remove MAKE_JOBS_SAFE=yes, it's the default. Notes: svn path=/head/; revision=324174
* - Assign clsung's p5- ports to perl@Steve Wills2012-05-011-1/+1
| | | | | | | Approved by: clsung via IRC Notes: svn path=/head/; revision=295750
* - Update to 1.21Sunpoet Po-Chuan Hsieh2012-02-092-4/+7
| | | | | | | | | | - 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-072-4/+4
| | | | | | | 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-164-0/+48
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