|
I put in place what I think is a fix to
this bug. Let me know if problems persist (after I commit them!) Doug From:
[EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jared Rypka-Hauer enum is like the declarations in a string JS object: var yN = {yes:"yes",no:"no"} Think if it like a lookup
table in a coumn... only it's more like an array because it can't have
name/vaue pairs, just values. so it's more like this: var yN =
"yes,no" If I think of any other
confusing examples I send them to you. :) Laterz, J ------------------------------------------------ Jared C. Rypka-Hauer Continuum Media Group LLC Member, Team Macromedia -
ColdFusion "That which does not kill me
makes me stranger." - Yonah Schmeidler On Feb 20, 2006, at 9:22 AM, Doug Hughes wrote:
So… I give up. I’m really not a MySQL guru. What the
heck is an enum column? What would the datatype be mapped to in CF? Doug From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Chris Blackwell 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 -- |
- Reactor For CF Enum columns Chris Blackwell
- RE: Reactor For CF Enum columns Doug Hughes
- RE: Reactor For CF Enum columns Michael Lantz
- Re: Reactor For CF Enum columns Peter J. Farrell
- RE: Reactor For CF Enum columns Doug Hughes
- Re: Reactor For CF Enum columns Peter J. Farrell
- Re: Reactor For CF Enum columns Jared Rypka-Hauer
- [Reactor For CF] RE: Reactor For CF Enum column... Doug Hughes

