the absense of which was preventing the new
GAE dialect from being loaded. [ticket:2529]
instance-level listeners are established
for that event. [ticket:2516]
+ - [bug] Added gaerdbms import to mysql/__init__.py,
+ the absense of which was preventing the new
+ GAE dialect from being loaded. [ticket:2529]
+
0.7.8
=====
- orm
# the MIT License: http://www.opensource.org/licenses/mit-license.php
from sqlalchemy.dialects.mysql import base, mysqldb, oursql, \
- pyodbc, zxjdbc, mysqlconnector, pymysql
+ pyodbc, zxjdbc, mysqlconnector, pymysql,\
+ gaerdbms
# default dialect
base.dialect = mysqldb.dialect