Revision 2448
Added by Aaron Marcuse-Kubitza over 12 years ago
lib/sql.py | ||
---|---|---|
151 | 151 |
|
152 | 152 |
def _query_lookup(query, params): return (query, dicts.make_hashable(params)) |
153 | 153 |
|
154 |
log_debug_none = lambda msg: None |
|
154 |
log_debug_none = lambda msg, level=2: None
|
|
155 | 155 |
|
156 | 156 |
class DbConn: |
157 | 157 |
def __init__(self, db_config, serializable=True, autocommit=False, |
Also available in: Unified diff
sql.py: log_debug_none: Fixed bug where needed to take kw arg level to work with verbosity-based logging