(col, tbl)
| 496 | ) |
| 497 | |
| 498 | def qualify(col, tbl): |
| 499 | return (tbl + "." + self.case(col)) if do_qualify else self.case(col) |
| 500 | |
| 501 | _logger.debug("Completion column scope: %r", tables) |
| 502 | scoped_cols = self.populate_scoped_cols(tables, suggestion.local_tables) |