Hi All, My Reactor is not picking up the default values for "string" (varchar, char, enum..) columns in mysql.
Looking in the ObjectDao for mysql and mysql4 there seems to be a chunk of code in the getDefault method that is left over from the mssql. It starts on line 106 in the mysql dao, with <!--- insure that the first and last characters are "'" ---> I'm pretty sure this isn't needed for mysql 4 or 5 Not sure if that solves the problem, but looks like it will as the default values aren't returned with single quotes around them. I'm using latest version of Reactor. Chris -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- Reactor for ColdFusion Mailing List [email protected] Archives at: http://www.mail-archive.com/reactor%40doughughes.net/ -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
