Files @ 28060f0ac6c6
Branch filter:

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

"Lorenzo M. Catucci"
Fetch entry after successful bind for being able to read its attributes.
"""
   This module contains database dialect specific changeset
   implementations.
"""
__all__ = [
    'postgres',
    'sqlite',
    'mysql',
    'oracle',
]