Re: Change in behaviour in version 5.0.41

2007-06-19 Thread Paul DuBois
At 12:10 PM -0400 6/18/07, Baron Schwartz wrote: Paul DuBois wrote: At 3:29 PM +0100 6/15/07, 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:

Re: Change in behaviour in version 5.0.41

2007-06-18 Thread Baron Schwartz
Paul DuBois wrote: At 3:29 PM +0100 6/15/07, 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.

Re: Change in behaviour in version 5.0.41

2007-06-18 Thread Paul DuBois
At 3:29 PM +0100 6/15/07, 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: '

Re: Change in behaviour in version 5.0.41

2007-06-15 Thread Mogens Melander
On Fri, June 15, 2007 16:29, 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.

Re: Change in behaviour in version 5.0.41

2007-06-15 Thread Baron Schwartz
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

Change in behaviour in version 5.0.41

2007-06-15 Thread Ben Clewett
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.