Files @ 14852cad8ee7
Branch filter:

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

Marcin Kuzminski
fixes issues #566 non-ascii search params are crashing paginator
- those arguments needs to be converted to strings
"""
   This module contains database dialect specific changeset
   implementations.
"""
__all__ = [
    'postgres',
    'sqlite',
    'mysql',
    'oracle',
]