##// END OF EJS Templates
pull-requests: limit the ammount of data saved in default reviewers data for better memory usage...
pull-requests: limit the ammount of data saved in default reviewers data for better memory usage - fixes #5633

File last commit:

r1:854a839a default
r4509:b5299f6d 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',
]