equal
deleted
inserted
replaced
217 return rset |
217 return rset |
218 |
218 |
219 commit = _srv_cnx_func('commit') |
219 commit = _srv_cnx_func('commit') |
220 rollback = _srv_cnx_func('rollback') |
220 rollback = _srv_cnx_func('rollback') |
221 |
221 |
|
222 # security ################################################################# |
|
223 |
|
224 allow_all_hooks_but = _srv_cnx_func('allow_all_hooks_but') |
|
225 deny_all_hooks_but = _srv_cnx_func('deny_all_hooks_but') |
|
226 security_enabled = _srv_cnx_func('security_enabled') |
|
227 |
|
228 # direct sql ############################################################### |
|
229 |
|
230 system_sql = _srv_cnx_func('system_sql') |
|
231 |
222 # session data methods ##################################################### |
232 # session data methods ##################################################### |
223 |
233 |
224 get_shared_data = _srv_cnx_func('get_shared_data') |
234 get_shared_data = _srv_cnx_func('get_shared_data') |
225 set_shared_data = _srv_cnx_func('set_shared_data') |
235 set_shared_data = _srv_cnx_func('set_shared_data') |
226 |
236 |