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 #9658

Generator does not recognize mysql DECIMAL type

Details

Submitted2006-12-19 14:57 UTC
Fromgaedib at tiscali dot it
Assignedalan_k
StatusClosed
PackageDB_DataObject
PHP Version5.1.1
OSWindows
Roadmaps(Not assigned)

Comments

[2006-12-19 14:57 UTC] gaedib at tiscali dot it

Description:
------------
After I've upgraded to 1.8.5 the createtables.php give this error message:

*****************************************************************
** WARNING UNKNOWN TYPE **
** Found column 'Posti', of type 'unknown' **
** Please submit a bug, describe what type you expect this **
** column to be **
*****************************************************************

The field Posti is of type "decimal" and the generation has always worked very well before the upgrade