Manlio Perillo wrote: > > Regards. > > I need to know if the __init__ and close methods of the Session object > *never* raise an exception.
nothing *never* raises an exception. if you pass along bad arguments, youll get an exception. theres no database operations or per-object assertions within __init__ or close if thats what you mean. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
