Closed
Description
Migrated issue, originally created by Jasper Op de Coul (@jsproc)
The following error occurs when you call create_engine('mysql+gaerdbms:///'):
ArgumentError: Could not determine dialect for 'mysql+gaerdbms'.
This can be fixed by adding the missing import of the gaerdbms module in dialects/mysql/init.py
Metadata
Metadata
Assignees
Labels
Type
Projects
Relationships
Development
No branches or pull requests
Activity
sqlalchemy-bot commentedon Jul 6, 2012
Changes by Michael Bayer (@zzzeek):
sqlalchemy-bot commentedon Jul 24, 2012
Michael Bayer (@zzzeek) wrote:
90571b3
d6da183
sqlalchemy-bot commentedon Jul 24, 2012
Changes by Michael Bayer (@zzzeek):