On Mon, 2 Feb 2009 22:00:53 +0100, Martin <mar...@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.
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to