On 20 May 2011, at 1:09am, Igor Tandetnik wrote:
> insert into event values ('Christmas', '2011-12-25');Why not actually store the Julian days ? After all, the inserting can happen slowly but you're going to want the searches and subtraction to be fast. Simon. _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

