Commit graph

4 commits

Author SHA1 Message Date
Steve Wills
de2ee267ea - Update to 1.35
PR:		ports/171058
Approved by:	maintainer timeout (parv@pair.com, >2 weeks)
2012-09-09 01:57:02 +00:00
Wen Heping
fc7e40cf3d - Update to 1.34
Changelog: http://search.cpan.org/src/JUERD/DBIx-Simple-1.34/Changes

PR:		ports/153134
Submitted by:	Wen Heping (myself)
Approved by:	maintainer
2010-12-15 00:26:50 +00:00
Gabor Kovesdan
ff731bab4f - Update to 1.32
- Add SQL_INTERP OPTION
- Style

PR:		ports/120895
Submitted by:	Felippe de Meirelles Motta <lippemail@gmail.com>
Approved by:	Parv <parv@pair.com> (maintainer)
2008-02-21 12:19:25 +00:00
Erwin Lansing
e8e1270052 DBIx::Simple module aims to be a simplified object oriented interface to Perl
DBI.  From its description ...

  Query preparation and execution are combined in a single method, the result
  object (which is a wrapper around the statement handle) provides easy
  row-by-row and slurping methods.

  The "query" method returns either a result object, or a dummy object.  The
  dummy object returns undef (or an empty list) for all methods and when used in
  boolean context, is false. The dummy object lets you postpone (or skip) error
  checking, but it also makes immediate error check simply " $db->query(...) or
  die $db->error".

WWW: http://search.cpan.org/dist/DBIx-Simple/

PR:		ports/90230
Submitted by:	Parv <parv@pair.org>
2005-12-11 12:41:55 +00:00