Re: [sqlite] Bug report concerning the juliandate function

2012-10-25 Thread Richard Hipp
On Wed, Oct 24, 2012 at 1:06 PM, wrote: > Dear sir or madam, > > I have tested sqlite version 3.6. and version 3.7.14.1 with the following > inputs: > > select julianday('2005-02-29'); > select julianday('2005-02-30'); > > In both cases, it should have returned NULL, but it returned a number. >

[sqlite] Bug report concerning the juliandate function

2012-10-25 Thread kagan
Dear sir or madam, I have tested sqlite version 3.6. and version 3.7.14.1 with the following inputs: select julianday('2005-02-29'); select julianday('2005-02-30'); In both cases, it should have returned NULL, but it returned a number. In the first case, the year 2005 is not a leap year. There