Re: [SQLObject] using mxDateTime by default

2007-04-09 Thread Oleg Broytmann
On Mon, Apr 09, 2007 at 02:24:17PM -0700, j j wrote: > I am working with an existing application that uses mxDateTime therefore, I > am wondering if there is a straightforward way to set > default_datetime_implementation to mxDateTime from sqlobject import * from sqlobject import col if mxdatetim

[SQLObject] using mxDateTime by default

2007-04-09 Thread j j
Hello, I am working with an existing application that uses mxDateTime therefore, I am wondering if there is a straightforward way to set default_datetime_implementation to mxDateTime(perhaps when configuring the connection). Any advice would be appreciated. Regards, Joe