Home » Internationalization » Translation2 » Bug #8331
AddLang() SQL not compatible with MSSQL
Details
| Submitted | 2006-07-31 13:52 UTC |
|---|---|
| From | dan dot b at juno dot co dot uk |
| Assigned | quipo |
| Status | Closed |
| Package | Translation2 |
| PHP Version | 4.3.9 |
| OS | Linux 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"