On Jan 5, 2008, at 12:11 AM, Pedro Melo wrote: > Hi, > > 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). Any other takers? -ash ------------------------------------------------------------------------- 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
