Home » Database » DB_DataObject » Bug #4938
MS SQL Collumn type 'money' handled incorrectly
Details
| Submitted | 2005-07-28 17:28 UTC |
|---|---|
| From | kstout at amplifier dot com |
| Assigned | alan_k |
| Status | Closed |
| Package | DB_DataObject |
| PHP Version | Irrelevant |
| OS | any |
| Roadmaps | (Not assigned) |
Comments
[2005-07-28 17:28 UTC] kstout at amplifier dot com
Description:
------------
Generator.php does not have a switch/case for the collumn type 'MONEY'. This results in the collumn type being flagged incorrectly as a string. Consequently, the SQL statment produced is syntacticaly invalid. The following diff resolves the issue
342a343
> case 'MONEY' :