[svn:DBD-Pg] r12628 - DBD-Pg/trunk/t
| Newsgroups | gmane.comp.db.postgresql.dbdpg.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: turnstep Date: Mon Mar 23 18:06:23 2009 New Revision: 12628 Modified: DBD-Pg/trunk/t/03dbmethod.t Log: Minor quote fix. Modified: DBD-Pg/trunk/t/03dbmethod.t ============================================================================== --- DBD-Pg/trunk/t/03dbmethod.t (original) +++ DBD-Pg/trunk/t/03dbmethod.t Mon Mar 23 18:06:23 2009 @@ -1484,7 +1484,7 @@ ok ($handle, $t); $t='DB handle method "pg_lo_import" inserts correct data (AutoCommit on, begin_work not called)'; - $SQL = "SELECT data FROM pg_largeobject where loid = ?"; + $SQL = 'SELECT data FROM pg_largeobject where loid = ?'; $sth = $dbh->prepare($SQL); $sth->execute($handle); $info = $sth->fetchall_arrayref()->[0][0];