[sqlalchemy] Creating an index if it doesn't exist

2013-05-23 Thread Mike Bissell
How might I convince SQLAlchemy 0.7.9 to create a newly added index on a table in the event that the index doesn't already exist? This new index is created as a member of __table_args__; it is not instantiated with index=True. I have many such index objects to create. Calling create_all() doesn

Re: [sqlalchemy] Is MySQL 5.5 supported by SQLAlchemy? (Ubuntu 12.04)

2013-01-11 Thread Mike Bissell
Hi everyone, A few months ago I asked about MySQL 5.5 support. Ubuntu's package manager had upgraded me to MySQL 5.5, but SQLAlchemy's docs state the following: """ SQLAlchemy supports 6 major MySQL versions: 3.23, 4.0, 4.1, 5.0, 5.1 and 6.0, with capabilities increasing with more modern server