[sqlalchemy] SQLite and Dates

2011-02-28 Thread Nickle
I have the following code. Simple Calendar and list of holidays. If I try and use a Date and datetime.date I get an error as follows Traceback (most recent call last): File H:\workspace\Test\src\stest.py, line 78, in module lon.holidays = [Holiday(lon,

Re: [sqlalchemy] SQLite and Dates

2011-02-28 Thread Michael Bayer
On Feb 28, 2011, at 8:49 AM, Nickle wrote: I have the following code. Simple Calendar and list of holidays. If I try and use a Date and datetime.date I get an error as follows Traceback (most recent call last): File H:\workspace\Test\src\stest.py, line 78, in module lon.holidays =