Re: [sqlalchemy] 0.6 - unexpected keyword argument 'transactional'

2012-08-23 Thread Bala from Boston
Sorry to bring back a dead thread, but assume others like myself may stumble here for help with this issue. I added a hack to make sqlalchemy backwards with regards to the transactional keyword and thought it may be useful for future releases. While upgrading a project to avoid deprecated

[sqlalchemy] 0.6 - unexpected keyword argument 'transactional'

2009-12-14 Thread mando
Hi! I'm trying to pass from sqlalchemy 0.5 to 0.6, but I found some trouble. This code, that run correctly with 0.5: def query(self, n): class_name = n #engine = self.connection() Session = sessionmaker(bind=self.engine, autoflush=True,

Re: [sqlalchemy] 0.6 - unexpected keyword argument 'transactional'

2009-12-14 Thread Michael Bayer
mando wrote: Hi! I'm trying to pass from sqlalchemy 0.5 to 0.6, but I found some trouble. This code, that run correctly with 0.5: def query(self, n): class_name = n #engine = self.connection() Session = sessionmaker(bind=self.engine,