aboutsummaryrefslogtreecommitdiff
path: root/databases/p5-SQL-Abstract-Plugin-InsertMulti
Commit message (Collapse)AuthorAgeFilesLines
* - Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} orSteve Wills2012-06-101-1/+1
| | | | | | | | | | | RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned about for a while. PR: ports/168208 Approved by: portmgr (miwi) Notes: svn path=/head/; revision=298970
* SQL::Abstract::Plugin::InsertMulti is enable bulk insert support forJun Kuriyama2010-12-264-0/+42
SQL::Abstract. Declare 'use SQL::Abstract::Plugin::InsertMulti;' with 'use SQL::Abstract;', exporting insert_multi() and update_multi() methods to SQL::Abstract namespace from SQL::Abstract::Plugin::InsertMulti. Plugin system is depends on 'into' options of Sub::Exporter. WWW: http://search.cpan.org/dist/SQL-Abstract-Plugin-InsertMulti/ Notes: svn path=/head/; revision=266918