Skip to content

create_engine() can't find mysql+gaerdbms dialect #2529

Closed
@sqlalchemy-bot

Description

@sqlalchemy-bot
Collaborator

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

Activity

sqlalchemy-bot

sqlalchemy-bot commented on Jul 6, 2012

@sqlalchemy-bot
CollaboratorAuthor

Changes by Michael Bayer (@zzzeek):

  • removed labels: access
  • added labels: engine, blocker
  • set milestone to "0.7.9"
  • set assignee to "zzzeek"
sqlalchemy-bot

sqlalchemy-bot commented on Jul 24, 2012

@sqlalchemy-bot
CollaboratorAuthor

Michael Bayer (@zzzeek) wrote:

90571b3
d6da183

sqlalchemy-bot

sqlalchemy-bot commented on Jul 24, 2012

@sqlalchemy-bot
CollaboratorAuthor

Changes by Michael Bayer (@zzzeek):

  • changed status to closed
added
bugSomething isn't working
blockerissue that must be resolved asap as it is preventing things from working
engineengines, connections, transactions, isolation levels, execution options
on Nov 27, 2018
added this to the 0.7.9 milestone on Nov 27, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    blockerissue that must be resolved asap as it is preventing things from workingbugSomething isn't workingengineengines, connections, transactions, isolation levels, execution options

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @sqlalchemy-bot

        Issue actions

          create_engine() can't find mysql+gaerdbms dialect · Issue #2529 · sqlalchemy/sqlalchemy