##// END OF EJS Templates
fix(svn): fixed txn_id extraction from the data buffer....
fix(svn): fixed txn_id extraction from the data buffer. - This buffer is always BYTES - use new python3 getvalue that can get the data and not exhaust the iterator - fixes # 5707

File last commit:

r1:854a839a default
r5199:2548bbeb 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',
]