On Apr 26, 2006, at 4:45 PM, Robert E. Anderson 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')"))

the sqlite3 docs say you can, as of version 3.1.0, use CURRENT_TIME, CURRENT_DATE, CURRENT_TIMESTAMP as a keyword after "DEFAULT".



-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Sqlalchemy-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sqlalchemy-users

Reply via email to