Files @ 669721d1fe65
Branch filter:

Location: kallithea/rhodecode/lib/dbmigrate/migrate/changeset/databases/__init__.py

Marcin Kuzminski
fixed edge case when connection to db fails and code reaches state of variable referenced before assignment
"""
   This module contains database dialect specific changeset
   implementations.
"""
__all__ = [
    'postgres',
    'sqlite',
    'mysql',
    'oracle',
]