On Jan 8, 2008, at 12:21 AM, Smythe wrote:
> > I'm using mysql-5.1.15, sqlalchemy-0.4.2, mysql-python-1.2.2. > > In SA-0.3, the docs read: > > "When Tables are reflected from the database using autoload=True, any > DEFAULT values set on the columns will be reflected in the Table > object as PassiveDefault instances." > > This is not indicated behavior for 0.4. Is there any way to reproduce > this behavior short of manually transcribing each defaulting Column > into my Table definitions with PassiveDefault() as below? passivedefaults are reflected in 0.4 just as they are in 0.3, as much as the underlying database allows them to be discovered. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "sqlalchemy" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/sqlalchemy?hl=en -~----------~----~----~----~------~----~------~--~---
