Re: [sqlalchemy] Calling Stored Procedure in MySQL with output parameter

2013-04-18 Thread Stephen Ray
rned result set. Thanks for your help! Steve R On Thursday, April 18, 2013 1:09:39 PM UTC-4, Michael Bayer wrote: > yeah I've no idea, would need to get it working with raw cursor first to > even know how this should be treated. > > > On Apr 18, 2013, at 10:43 AM, Step

Re: [sqlalchemy] Calling Stored Procedure in MySQL with output parameter

2013-04-18 Thread Stephen Ray
bably need to use the DBAPI connection directly from an Engine or a > Connection and then manipulate the cursor directly. > > > On Apr 18, 2013, at 9:18 AM, Stephen Ray > > wrote: > > My environment is Python 3.2, SQLAlchemy 0.8, MySQL 5.5, and using > MySQL-connecto

[sqlalchemy] Calling Stored Procedure in MySQL with output parameter

2013-04-18 Thread Stephen Ray
han a MySQL Stored Procedure. Thanks in advance. Stephen Ray -- You received this message because you are subscribed to the Google Groups "sqlalchemy" group. To unsubscribe from this group and stop receiving emails from it, send an email to sqlalchemy+unsubscr...@googlegroups.com.

[sqlalchemy] AttributeError: 'str' object has no attribute 'decode' (Python 3.2 and SQL Server 2008R2)

2013-01-09 Thread Stephen Ray
My envirionment is SQLAlchemy 0.7.9, pyodbc 3.0.2, Python 3.2, and SQL Server 2008 R2 running on Windows 7 I have the following Python (details of the connection url removed - the connection to the db succeeds): from sqlalchemy import create_engine, MetaData, Table engine = create_engine(dbur