non port: databases/p5-DBIx-Simple/distinfo |
Number of commits found: 6 |
Tuesday, 12 Dec 2017
|
13:34 sunpoet
Update to 1.37
Changes: http://search.cpan.org/dist/DBIx-Simple/Changes
 |
Monday, 11 Dec 2017
|
10:41 sunpoet
Update to 1.36
- Add NO_ARCH
Changes: http://search.cpan.org/dist/DBIx-Simple/Changes
 |
Sunday, 9 Sep 2012
|
01:57 swills
- Update to 1.35
PR: ports/171058
Approved by: maintainer timeout (parv@pair.com, >2 weeks)
 |
Wednesday, 15 Dec 2010
|
00:26 wen
- 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
 |
Thursday, 21 Feb 2008
|
12:19 gabor
- 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)
 |
Sunday, 11 Dec 2005
|
12:41 erwin
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>
 |
Number of commits found: 6 |