Home » Internationalization » Translation2 » Bug #2543
[PATCH] DB Admin container uses non-portable 'SHOW TABLES'
Details
| Submitted | 2004-10-15 22:22 UTC |
|---|---|
| From | ieure at php dot net |
| Assigned | quipo |
| Status | Closed |
| Package | Translation2 |
| PHP Version | 4.3.9 |
| OS | Linux |
| Roadmaps | (Not assigned) |
Comments
[2004-10-15 22:22 UTC] ieure at php dot net
Description:
------------
The Admin DB container uses a database-specific 'SHOW
TABLES' query. This is wrong, as it is not supported on all
databases, and PEAR::DB provides an abstracted method to
list tables.
http://atomized.org/PEAR/Patches/Translation2-Admin_DB_Portability.patch