PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » Database » DB » Bug #3954

DB_Common::buildManipSQL() does not return error object

Details

Submitted2005-03-24 23:25 UTC
Fromherojoker at nexgo dot de
Assigneddanielc
StatusClosed
PackageDB
PHP VersionIrrelevant
OSIrrelevant
Roadmaps(Not assigned)

Comments

[2005-03-24 23:25 UTC] herojoker at nexgo dot de

Description:
------------
Hello!

As described in the summary, DB_Common::buildManipSQL() does not _return_ the error object (when it should).
To fix this add an "return " before $this->raiseError(DB_ERROR_SYNTAX); in line 913 (in the switch default section).

Hero Wanders