##// END OF EJS Templates
Fixed calls to Session in db model...
Fixed calls to Session in db model - added inject_ui method that should be later used for all injections of extra parameters into ui - fixed naming conflict of `comments` functions and relationship that had the same name

File last commit:

r833:9753e090 beta
r2520:a1e15650 beta
Show More
__init__.py
10 lines | 159 B | text/x-python | PythonLexer
"""
This module contains database dialect specific changeset
implementations.
"""
__all__ = [
'postgres',
'sqlite',
'mysql',
'oracle',
]