[2.5.1] Comparing dates?

Gilles Ganault nospam at nospam.com
Wed Feb 4 11:11:07 EST 2009


On Mon, 2 Feb 2009 22:00:53 +0100, Martin <martin at marcher.name> wrote:
>as suggested, the DBA should seriously think about defining the
>correct type of the column here, for intermediate use and getting
>stuff to work you could use a view and define some stored procedures
>on it so that inserting properly works...

Right, but SQLite only has two types: Numeric or text, so I figured
it'd be better to turn dates into the usual YYYY-MM-DD before saving
data into an SQLite file.

Thanks for the feedback.



More information about the Python-list mailing list