On 4/6/06, Daryl <[EMAIL PROTECTED]> wrote: > Any info on this error? thanks > Unsupported (or incorrectly supported) database datatype: bigint unsigned.
It's exactly what it says: the MySQL 4.x code in Reactor does not support that column type. I wrote the original 4.x code and it worked with the tables I tested but I didn't do exhaustive testing. Others have submitted patches to fix bugs such as this. Perhaps you could help the project by figuring out what needs to change in mysql4/ObjectDao.cfc to address this and send it to Doug? -- Sean A Corfield -- http://corfield.org/ Got frameworks? "If you're not annoying somebody, you're not really alive." -- Margaret Atwood -- Reactor for ColdFusion Mailing List -- [email protected] -- Archives at http://www.mail-archive.com/reactor%40doughughes.net/

