I have decided to use the global_metada to setup the tables in my app,
in one of the tables, users, I setup an admin account

user = User("john doe", "[EMAIL PROTECTED]")

how do I flush the the above object? user.flush() does not work in
this context because the User object does not have the attribute
"flush" ( traceback)

thanks


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to sqlalchemy@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to