On 4/26/06, Robert E. Anderson <[EMAIL PROTECTED]> wrote:

Another problem I have is that I have yet to figure out a way to pass in a default time of now in sqlite syntax. The following does NOT work:

Column('dtm', DateTime), PassiveDefault("datetime('now')"))

sqlite understands the ANSI standard, current_timestamp.

--
Jonathan Ellis
http://spyced.blogspot.com

Reply via email to