Hi all,

 

I seem to get an error when creating a record for a table that has an Enum column.  I’m using MySQL 5.  If I look in at the ObjectDAO for mysql the getCfDataType() function returns “string” for enum, but the getCfSqlType() doesn’t have an entry for enum, should it not return “cf_sql_varchar”?  Would validating the value of an Enum column be something that reactor might want to do?

 

Also in the getCfSqlType() function for mysql and mysql4 there is a typo.

 

                             <cfcase value="double,double percision">

Should be

                             <cfcase value="double,double precision">

 

 

 

Cheers,

 

Chris

 

-- Reactor for ColdFusion Mailing List -- [email protected] -- Archives at http://www.mail-archive.com/reactor%40doughughes.net/

Reply via email to