Project

General

Profile

« Previous | Next » 

Revision 2169

sql.py: DbConn.run_query(): Pass input query to get_cur_query()

View differences:

sql.py
264 264
                elif cacheable: cache_status = 'Cache miss'
265 265
                else: cache_status = 'Non-cacheable'
266 266
                self.log_debug(cache_status+': '
267
                    +strings.one_line(str(get_cur_query(cur))))
267
                    +strings.one_line(str(get_cur_query(cur, query))))
268 268
        
269 269
        return cur
270 270
    

Also available in: Unified diff