[sqlalchemy] Re: metadata reflecting all schemas

2008-11-30 Thread [EMAIL PROTECTED]
any sqlalchemy ways of retrieving a list of schemas? On Nov 30, 1:23 pm, Michael Bayer [EMAIL PROTECTED] wrote: On Nov 29, 2008, at 6:05 PM, [EMAIL PROTECTED] wrote: Thanks Michael If its just a warning and its supposed to continue past it, Why doesn't it finish reflecting all the

[sqlalchemy] Re: metadata reflecting all schemas

2008-11-30 Thread Michael Bayer
not currently ! you'd have to issue the correct SQL for that database. On Nov 30, 2008, at 4:18 AM, [EMAIL PROTECTED] wrote: any sqlalchemy ways of retrieving a list of schemas? On Nov 30, 1:23 pm, Michael Bayer [EMAIL PROTECTED] wrote: On Nov 29, 2008, at 6:05 PM, [EMAIL PROTECTED]

[sqlalchemy] Session.delete_all()

2008-11-30 Thread Eric Ongerth
IMO there should be a delete_all() convenience method on Session, similar to what add_all() does, accepting an iterable as its parameter. Just to match up expected behavior with the existence of add_all(). Side note: in the current API docs, add() is separated from add_all() by an