hi, On Jan 5, 2008, at 12:30 AM, Ash Berlin wrote: > On Jan 5, 2008, at 12:11 AM, Pedro Melo wrote: > >> I was using Producer::MySQL and noticed that my boolean fields where >> getting generated as ENUM's. >> >> Is there any reason for this? MySQL supports BOOLEAN (converts to >> TINYINT). >> >> Thanks, > > Someone in the past decided that this was a good idea. I'm in > favour of using either BOOLEAN, or for supporting more versions > using it as TINYINT(1).
I would vote for Boolean, just in case MySQL starts supporting SQL version of Boolean. Best regards, -- Pedro Melo Blog: http://www.simplicidade.org/notes/ XMPP ID: [EMAIL PROTECTED] Use XMPP! ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ -- sqlfairy-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sqlfairy-developers
