[sqlalchemy] Re: problem with PassiveDefault doc?

2007-06-24 Thread Todd Martin
CURRENT_TIMESTAMP didn't work at first, but I discovered that it was recently fixed/implemented in SA so upgrading to the newest version worked. It might be useful to new SA users to add a note to the doc that sysdate isn't always available. I'm using MySQL. Thanks.

[sqlalchemy] problem with PassiveDefault doc?

2007-06-23 Thread Todd Martin
Hi. I'm using SQLAlchemy with Turbogears and I'm having trouble with the example in the SA doc, though I can get other things to work. Here's the doc link. http://www.sqlalchemy.org/docs/metadata.html#metadata_defaults_passive The code in question is Column('mycolumn', DateTime,