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