Author: turnstep Date: Mon Mar 12 13:35:16 2007 New Revision: 9238 Modified: DBD-Pg/trunk/Pg.pm
Log: Example for the quote method should show a "return value", not $sql Modified: DBD-Pg/trunk/Pg.pm ============================================================================== --- DBD-Pg/trunk/Pg.pm (original) +++ DBD-Pg/trunk/Pg.pm Mon Mar 12 13:35:16 2007 @@ -2547,7 +2547,7 @@ =item B<quote> - $sql = $dbh->quote($value, $data_type); + $rv = $dbh->quote($value, $data_type); This module implements its own C<quote> method. In addition to the DBI method it also doubles the backslash, because PostgreSQL treats a backslash as an escape
