Re: How to round trip python and sqlite dates

2013-11-17 Thread Mark Lawrence
On 17/11/2013 02:16, Mark Lawrence wrote: All the references regarding the subject that I can find, e.g. http://stackoverflow.com/questions/1829872/read-datetime-back-from-sqlite-as-a-datetime-in-python, talk about creating a table in memory using the timestamp type from the Python layer. I can'

Re: How to round trip python and sqlite dates

2013-11-16 Thread Paul Simon
"Mark Lawrence" wrote in message news:mailman.2752.1384654581.18130.python-l...@python.org... > All the references regarding the subject that I can find, e.g. > http://stackoverflow.com/questions/1829872/read-datetime-back-from-sqlite-as-a-datetime-in-python, > > talk about creating a table in

How to round trip python and sqlite dates

2013-11-16 Thread Mark Lawrence
All the references regarding the subject that I can find, e.g. http://stackoverflow.com/questions/1829872/read-datetime-back-from-sqlite-as-a-datetime-in-python, talk about creating a table in memory using the timestamp type from the Python layer. I can't see how to use that for a file on disk,