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')"))
--
Jonathan Ellis
http://spyced.blogspot.com
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')"))