Home » Database » DB » Bug #3954
DB_Common::buildManipSQL() does not return error object
Details
| Submitted | 2005-03-24 23:25 UTC |
|---|---|
| From | herojoker at nexgo dot de |
| Assigned | danielc |
| Status | Closed |
| Package | DB |
| PHP Version | Irrelevant |
| OS | Irrelevant |
| 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