Files @ a042ec2fc12f
Branch filter:

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

Marcin Kuzminski
improved extraction of user from changeset when sending notification.
Fallback to repo owner if we cannot get the user
"""
   This module contains database dialect specific changeset
   implementations.
"""
__all__ = [
    'postgres',
    'sqlite',
    'mysql',
    'oracle',
]