Skip to content

Commit

Permalink
feat(log): make BaseSQLBackend._log print by default
Browse files Browse the repository at this point in the history
  • Loading branch information
saulpw authored and cpcloud committed Aug 12, 2022
1 parent 9c5f692 commit 12de5bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ibis/backends/base/sql/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,7 @@ def _log(self, sql: str) -> None:
This method can be implemented by subclasses. The logging happens
when `ibis.options.verbose` is `True`.
"""
util.log(sql)

def compile(
self,
Expand Down

0 comments on commit 12de5bb

Please sign in to comment.