Ben Clewett wrote:
Dear MySql,

I have noticed a change in behaviour in MySql 5.0.41 from 5.0.26 with date comparisons.

In 5.0.26:        '2007-06-15' = '2007-06-15 00:00:00' is True.
In 5.0.41:        '2007-06-15' = '2007-06-15 00:00:00' is False.
In 5.1.6-alpha:   '2007-06-15' = '2007-06-15 00:00:00' is True.

This has caused us a few problems. Is this the way things should be, because this change does not seem right?

I'd report this as a bug, if it's not already reported. It definitely looks like a bug to me.

Baron

--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to