On Mar 27, 2014, at 5:51 PM, Dustin Oprea <[email protected]> wrote:

> Thanks, Mike.
> 
> 
> Any idea why SA is falling down on this?
> 
> 

this is not a SQLAlchemy issue, it is an issue with the DBAPI you're using.  If 
you're using MySQL-python, you need to work up a test script using only 
MySQL-python directly, and figure out what's going on.  you may need to use 
another DBAPI like mysql-connector-python (which is the official DBAPI of MySQL 
now).

if you can show me a MySQL-python script that works, then SQLAlchemy should be 
working too because it doesn't have any special behavior here.



-- 
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 [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sqlalchemy.
For more options, visit https://groups.google.com/d/optout.

Reply via email to