create_engine() can't find mysql+gaerdbms dialect

Issue #2529 resolved
Jasper Op de Coul created an issue

The following error occurs when you call create_engine('mysql+gaerdbms:///<dbname>'):

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

Comments (3)

  1. Log in to comment