Re: [sqlalchemy] oursql two phase commit syntax error

2011-06-06 Thread Michael Bayer
On Jun 6, 2011, at 2:23 PM, Yuen Ho Wong wrote: > I'm testing this on SQLAlchemy 0.7.1, oursql 0.9.2, MySQL 5.5.13 on > Mac OS X 10.6.7 > > Here's my test script: > > > from sqlalchemy import create_engine, Column, Integer, Unicode > from sqlalchemy.ext.declarative import declarative_base > fr

[sqlalchemy] oursql two phase commit syntax error

2011-06-06 Thread Yuen Ho Wong
I'm testing this on SQLAlchemy 0.7.1, oursql 0.9.2, MySQL 5.5.13 on Mac OS X 10.6.7 Here's my test script: from sqlalchemy import create_engine, Column, Integer, Unicode from sqlalchemy.ext.declarative import declarative_base from sqlalchemy.orm import scoped_session, sessionmaker Base = declar