Files @ e70be4cf96e8
Branch filter:

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

Marcin Kuzminski
fixed issues with non-ascii chars in new file browser
- patches history.js to handle non-ascii urls properly
- wrap c.file.path into unicode for mako
"""
   This module contains database dialect specific changeset
   implementations.
"""
__all__ = [
    'postgres',
    'sqlite',
    'mysql',
    'oracle',
]