Files @ 5046b724a140
Branch filter:

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

Mads Kiilerich
rhodecode.js: implement YUI_datatable(data, fields, columns, countnode, sortkey) with body from repos.html

Use datatable_list_wrap for the DataTable and _TM['MSG_X'] for localized strings.
"""
   This module contains database dialect specific changeset
   implementations.
"""
__all__ = [
    'postgres',
    'sqlite',
    'mysql',
    'oracle',
]