##// END OF EJS Templates
fix(svn): fix the problems of reading txn_id when used gunicorn/waitress + traefik/no-traefik combinations
fix(svn): fix the problems of reading txn_id when used gunicorn/waitress + traefik/no-traefik combinations

File last commit:

r1:854a839a default
r5207:9410d3a2 default
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',
]