PEAR is archived and read-only

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

Home » Database » DB_DataObject » Bug #4938

MS SQL Collumn type 'money' handled incorrectly

Details

Submitted2005-07-28 17:28 UTC
Fromkstout at amplifier dot com
Assignedalan_k
StatusClosed
PackageDB_DataObject
PHP VersionIrrelevant
OSany
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' :