ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/PApp-SQL/SQL.pm
(Generate patch)

Comparing PApp-SQL/SQL.pm (file contents):
Revision 1.18 by root, Mon Dec 31 03:01:49 2001 UTC vs.
Revision 1.19 by root, Sun Jan 13 06:09:50 2002 UTC

1=head1 NAME 1=head1 NAME
2 2
3PApp::SQL - absolutely easy yet fast and powerful sql access 3PApp::SQL - absolutely easy yet fast and powerful sql access.
4 4
5=head1 SYNOPSIS 5=head1 SYNOPSIS
6 6
7 use PApp::SQL; 7 use PApp::SQL;
8 8
123Examples: 123Examples:
124 124
125 # try your luck opening the papp database without access info 125 # try your luck opening the papp database without access info
126 $dbh = connect_cached __FILE__, "DBI:mysql:papp"; 126 $dbh = connect_cached __FILE__, "DBI:mysql:papp";
127 127
128Mysql-specific behaviour: The default setting of mysql_client_found_rows 128Mysql-specific behaviour: The default setting of
129is TRUE, you can overwrite this, though. 129C<mysql_client_found_rows> is TRUE, you can overwrite this, though.
130 130
131=cut 131=cut
132 132
133sub connect_cached { 133sub connect_cached {
134 my ($id, $dsn, $user, $pass, $flags, $connect) = @_; 134 my ($id, $dsn, $user, $pass, $flags, $connect) = @_;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines