Home » Database » DB_QueryTool » Bug #1614
Wrong options-array passed to DB::connect()
Details
| Submitted | 2004-06-11 10:30 UTC |
|---|---|
| From | tmp002 at dadabase dot de |
| Assigned | quipo |
| Status | Closed |
| Package | DB_QueryTool |
| PHP Version | 4.3.6 |
| OS | Gentoo Linux |
| Roadmaps | (Not assigned) |
Comments
[2004-06-11 10:30 UTC] tmp002 at dadabase dot de
Description:
------------
After upgrading from 0.98 to 0.10.1 connect() in Query.php fails because wrong options-array ist passed to DB::connect().
It's the same array that is passed to the constructor of the Querytool-subclass and contains fields such as 'errorCallback'.
DB doesn't like other fields than defined in DB (such as 'debug') and returns a DB_error object.
[2004-06-11 15:32 UTC] tmp002 at dadabase dot de
It's the recent 1.6.4 version.