Home » Internationalization » Translation2 » Bug #2665
Translation2_Admin is not DB protable
Details
| Request #2665 | Translation2_Admin is not DB protable |
|---|---|
| Submitted | 2004-11-01 17:24 UTC |
| From | michael dot caplan at lechateau dot ca |
| Assigned | quipo |
| Status | Duplicate |
| Package | Translation2 |
| PHP Version | Irrelevant |
| OS | irrelevant |
| Roadmaps | (Not assigned) |
Comments
[2004-11-01 17:24 UTC] michael dot caplan at lechateau dot ca
Description:
------------
I am not sure about other non-mysql databases, but definately on Oracle Translation2_Admin breaks in many places with the storage container used. For example, Translation2_Admin_Container_mdb2::_fetchTableNames() uses a mysql specific way o fetching table names. Also, all of the create / alter table queries are not protable either.
I havn't had much experiance using the MDB/2 table manager, but it certainly would allow for much of the broken aspects in the storage container to be db portable.
Is it possible to use the MDB/2 table management tools to do all your show, alter and create table SQL?
Awesome library, btw.
Michael