[sqlalchemy] Re: Temporary Disable Session.mapper with Scoping

2007-11-16 Thread Gerhard Haering
On Thu, 15 Nov 2007 10:09:08 -0500, Michael Bayer [EMAIL PROTECTED] wrote: [On Session.mapper] it would be easier if you just didnt use autosave, id really love to remove that feature entirely. IMO removing that functionality would make SQLAlchemy a lot more awkward to use. /me votes

[sqlalchemy] Re: Temporary Disable Session.mapper with Scoping

2007-11-15 Thread Michael Bayer
On Nov 15, 2007, at 9:06 AM, Koen Bok wrote: Hi, I use scoped_session in our project for auto object saving which is great. But when I initialize a new database I need to flush some objects with another engine. I could not find a nice way to do that so I created a new session with it's

[sqlalchemy] Re: Temporary Disable Session.mapper with Scoping

2007-11-15 Thread Koen Bok
Ok, I could do that. On Nov 15, 4:09 pm, Michael Bayer [EMAIL PROTECTED] wrote: On Nov 15, 2007, at 9:06 AM, Koen Bok wrote: Hi, I use scoped_session in our project for auto object saving which is great. But when I initialize a new database I need to flush some objects with another