Re: [SQLObject] DateTimeCol with microsecond resolution.
SQLObject is a Python ORM.
Brought to you by:
ianbicking,
phd
From: Oleg B. <ph...@ph...> - 2011-02-01 19:05:28
|
On Tue, Feb 01, 2011 at 01:54:03PM -0500, Ben Timby wrote: > Will registering a converter work both > ways? i.e. the value is transformed to string for storage and back > again for retrieval? No, converters work one way - from python data type to SQL string. Oleg. -- Oleg Broytman http://phdru.name/ ph...@ph... Programmers don't die, they just GOSUB without RETURN. |