alembic icon indicating copy to clipboard operation
alembic copied to clipboard

pluggable impls

Open sqlalchemy-bot opened this issue 10 years ago • 4 comments

Migrated issue, originally created by Michael Bayer (@zzzeek)

to support any number of dialects, the system by which we load "impls" should use the PluginLoader system from SQLAlchemy, and support entrypoints as well as local registration. Similarly, there should be a test suite just like that of SQLAlchemy which runs a standard suite of "operation directive" tests on any arbitrary impl. This implies the task of upgrading alembic's testing platform to use the SQLAlchemy library that now supports py.test.

sqlalchemy-bot avatar Mar 10 '14 04:03 sqlalchemy-bot

Michael Bayer (@zzzeek) wrote:

blocked by #182

sqlalchemy-bot avatar Mar 10 '14 04:03 sqlalchemy-bot

Michael Bayer (@zzzeek) wrote:

Issue #250 was marked as a duplicate of this issue.

sqlalchemy-bot avatar Nov 23 '16 22:11 sqlalchemy-bot

Changes by Michael Bayer (@zzzeek):

  • set milestone to "tier 1"

sqlalchemy-bot avatar Mar 10 '14 04:03 sqlalchemy-bot

Changes by Michael Bayer (@zzzeek):

  • added labels: op directives

sqlalchemy-bot avatar Mar 10 '14 04:03 sqlalchemy-bot