+1 On Fri, Jan 9, 2009 at 10:19 AM, Roland Bouman <[email protected]>wrote:
> Hi! > > On Fri, Jan 9, 2009 at 6:36 PM, Jay Pipes <[email protected]> wrote: > > mysql> SELECT DATE_FORMAT(NULL, "%Y-%m-%d"); > > +-------------------------------+ > > | DATE_FORMAT(NULL, "%Y-%m-%d") | > > +-------------------------------+ > > | NULL | > > +-------------------------------+ > > 1 row in set (0.04 sec) > > Ok - quite as expected > > > mysql> SELECT DATE_FORMAT("xxx", "%Y-%m-%d"); > > +--------------------------------+ > > | DATE_FORMAT("xxx", "%Y-%m-%d") | > > +--------------------------------+ > > | NULL | > > +--------------------------------+ > > 1 row in set, 1 warning (0.00 sec) > > I feel this should be an error. > > > kind regards, > > -- > Roland Bouman > http://rpbouman.blogspot.com/ > > _______________________________________________ > 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

