MCPcopy Create free account
hub / github.com/ActiveState/code / settings

Function settings

recipes/Python/578490_sql_the_SQLPlus_killer/recipe-578490.py:150–153  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

148 return d
149
150def settings():
151 for k,v in config.items():
152 if k.startswith('NLS_'):
153 show_qry("alter session set %s ='%s'"%(k,v))
154
155def init_db_conn():
156 global _CONN

Callers 1

recipe-578490.pyFile · 0.85

Calls 3

startswithMethod · 0.80
show_qryFunction · 0.70
itemsMethod · 0.45

Tested by

no test coverage detected