I was just creating a blog post yesterday about this in Drizzle. I've got test case examples.
Ronald On Sun, Apr 5, 2009 at 1:15 PM, Sheeri K. Cabral <[email protected]> wrote: > My thoughts: > > ++ (ie, toss an error = good, no silent column changes = good) > > > On Sun, Apr 5, 2009 at 12:33 PM, Brian Aker <[email protected]> wrote: > >> Hi! >> >> Here is a list of silent column changes: >> http://dev.mysql.com/doc/refman/4.1/en/silent-column-changes.html >> >> We have fixed the majority of these in the process of fixing datatypes. I >> suspect that the space on the end of an enum is still an unsolved problem, >> but the char to varchar conversions are all fixed (no char!). >> >> We should be tossing an error if someone tries to make a primary key not >> null instead of just silently changing the definition. >> >> Any thoughts? >> >> Cheers, >> -Brian >> >> _______________________________________________ >> Mailing list: >> https://launchpad.net/~drizzle-discuss<https://launchpad.net/%7Edrizzle-discuss> >> Post to : [email protected] >> Unsubscribe : >> https://launchpad.net/~drizzle-discuss<https://launchpad.net/%7Edrizzle-discuss> >> More help : https://help.launchpad.net/ListHelp >> > > > > -- > - Sheeri K. Cabral > > http://tinyurl.com/mysqlbook will take you to the Amazon.com page for my > upcoming book, "MySQL Administrator's Bible". > > _______________________________________________ > Mailing list: > https://launchpad.net/~drizzle-discuss<https://launchpad.net/%7Edrizzle-discuss> > Post to : [email protected] > Unsubscribe : > https://launchpad.net/~drizzle-discuss<https://launchpad.net/%7Edrizzle-discuss> > More help : https://help.launchpad.net/ListHelp > >
_______________________________________________ Mailing list: https://launchpad.net/~drizzle-discuss Post to : [email protected] Unsubscribe : https://launchpad.net/~drizzle-discuss More help : https://help.launchpad.net/ListHelp

