##// END OF EJS Templates
exceptions: fixed problem with exceptions formatting resulting in limited exception data reporting.
exceptions: fixed problem with exceptions formatting resulting in limited exception data reporting.

File last commit:

r1:854a839a default
r4627:40c3334b stable
Show More
__init__.py
11 lines | 173 B | text/x-python | PythonLexer
"""
This module contains database dialect specific changeset
implementations.
"""
__all__ = [
'postgres',
'sqlite',
'mysql',
'oracle',
'ibmdb2',
]