[sqlalchemy] Re: Execution of stored procedure on SQL Server 2008

2009-10-08 Thread Michael Bayer
Nicol van der Merwe wrote: My problem is when I am trying to execute a stored procedure and use the commit and rollback features of sqlAlchemy. the issue is the usage of db.bind.execute(statement). This system uses SQLA's autocommit behavior which is not detecting the textual statements

[sqlalchemy] Re: Execution of stored procedure on SQL Server 2008

2009-10-08 Thread Nicol van der Merwe
On Thu, Oct 8, 2009 at 5:20 PM, Michael Bayer mike...@zzzcomputing.comwrote: Nicol van der Merwe wrote: My problem is when I am trying to execute a stored procedure and use the commit and rollback features of sqlAlchemy. the issue is the usage of db.bind.execute(statement). This system