PEAR is archived and read-only

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

Home » Internationalization » Translation2 » Bug #8331

AddLang() SQL not compatible with MSSQL

Details

Submitted2006-07-31 13:52 UTC
Fromdan dot b at juno dot co dot uk
Assignedquipo
StatusClosed
PackageTranslation2
PHP Version4.3.9
OSLinux 2.6.16-1.2108_FC4sm
Roadmaps(Not assigned)

Comments

[2006-07-31 13:52 UTC] dan dot b at juno dot co dot uk

Description:
------------
Using the AddLang() method on conjunction with the container being MDB2 hooked up to a MSSQL database produces errors.

The SQL it uses is:
"ALTER TABLE i18n ADD COLUMN en TEXT"

On MSSQL it should be:
"ALTER TABLE i18n ADD en TEXT"