Files @ 882ac77dc709
Branch filter:

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

Marcin Kuzminski
fixed problem with `Cannot operate on a closed database` error, by forcing NullPool when using sqlite database.
"""
   This module contains database dialect specific changeset
   implementations.
"""
__all__ = [
    'postgres',
    'sqlite',
    'mysql',
    'oracle',
]