PEAR is archived and read-only

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

Home » Internationalization » Translation2 » Bug #2665

Translation2_Admin is not DB protable

Details

Request #2665Translation2_Admin is not DB protable
Submitted2004-11-01 17:24 UTC
Frommichael dot caplan at lechateau dot ca
Assignedquipo
StatusDuplicate
PackageTranslation2
PHP VersionIrrelevant
OSirrelevant
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