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 servers.
"""
- http://docs.sqlalchemy.org/en/rel_0_7/dialects/mysql.html

After a couple months of uptime on multiple production servers, I am happy to 
report no problems with MySQL 5.5 + SQLAlchemy 0.7.8 + MySQL-python 1.2.3 + 
Python 2.7.1. I've been running on both Ubuntu 11.10 and Ubuntu 12.04.*

MySQL 5.1 is ancient history, and MySQL 5.5 has been GA since late 12/2010. 
What would it take to certify SQLAlchemy for MySQL 5.5, so that the docs no 
longer dissuade potential users?

MB

* There was one initial hiccup that required me to replace a stale build of 
mysql-python after the system upgrade. Not SQLAlchemy's problem.

-- 
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en.

Reply via email to