Re: [SQLObject] How to reset to the default value?
SQLObject is a Python ORM.
Brought to you by:
ianbicking,
phd
|
From: Oleg B. <ph...@ma...> - 2006-04-29 15:13:42
|
On Sat, Apr 29, 2006 at 03:40:34PM +0200, Soni Bergraj wrote:
> Hello folks,
> lets assume we have a class like:
>
> class Date(SQLObject):
> timestamp = DateTimeCol(default = SQLConstant("CURRENT_TIMESTAMP AT
> TIME ZONE 'UTC'"))
There is a problem with this approach:
http://sourceforge.net/tracker/index.php?func=detail&aid=1073535&group_id=74338&atid=540672
Oleg.
--
Oleg Broytmann http://phd.pp.ru/ ph...@ph...
Programmers don't die, they just GOSUB without RETURN.
|