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. Therefore, this date is 
not valid.
In the second case, February has never 30 days.

Regards,

Kagan Kayal
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to