Main.DbiPg History

Show minor edits - Show changes to markup

2007-04-05,07:49 下午 by 140.112.29.173 -
Changed lines 23-30 from:
  • 如果select出來沒有結果, row_ary不會是defined.
to
  • 如果select出來沒有結果, row_ary不會是defined.
  • selectrow_hashref
$hash_ref = $dbh->selectrow_hashref($statement, \%attr, @bind_values);
  • 如果select出來沒有結果, $hash_ref不會是defined.
2007-04-05,07:47 下午 by 140.112.29.173 -
Changed lines 16-23 from:
  • 如果select出來沒有結果, $ary_ref不會是defined.
to
  • 如果select出來沒有結果, $ary_ref不會是defined.
  • selectrow_array
@row_ary = $dbh->selectrow_array($statement, \%attr, @bind_values);
  • 如果select出來沒有結果, row_ary不會是defined.
2007-04-05,07:38 下午 by 140.112.29.173 -
Changed lines 9-16 from:
  • 不管select出來有沒有結果, $ary_ref都是defined.
to
  • 不管select出來有沒有結果, $ary_ref都是defined.
  • selectrow_arrayref
$ary_ref = $dbh->selectrow_arrayref($statement, \%attr, @bind_values);
  • 如果select出來沒有結果, $ary_ref不會是defined.
2007-04-05,07:33 下午 by 140.112.29.173 -
Changed lines 1-9 from:
  • DBD::Pg - PostgreSQL database driver for the DBI module
to
  • DBD::Pg - PostgreSQL database driver for the DBI module
  • selectall_arrayref
$ary_ref = $dbh->selectall_arrayref($statement, \%attr, @bind_values);
  • 不管select出來有沒有結果, $ary_ref都是defined.
2007-03-22,05:29 下午 by 140.112.29.173 -
Changed line 1 from:
  • [[ http://search.cpan.org/search?query=DBD%3A%3APg&mode=module | DBD::Pg - PostgreSQL database driver for the DBI module ]
to
  • DBD::Pg - PostgreSQL database driver for the DBI module
2007-03-22,05:29 下午 by 140.112.29.173 -
Added line 1:
  • [[ http://search.cpan.org/search?query=DBD%3A%3APg&mode=module | DBD::Pg - PostgreSQL database driver for the DBI module ]
 

PmWiki can't process your request

Cannot acquire lockfile

We are sorry for any inconvenience.