Skip to content

Commit

Permalink
added-logs
Browse files Browse the repository at this point in the history
  • Loading branch information
mayank-pathania committed Dec 11, 2023
1 parent 3ce483e commit cca6621
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/shillelagh/backends/apsw/db.py
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,9 @@ def _create_table(self, uri: str, operation: str, execution_count: int) -> str:
kwargs = dict()

if adapter.supports_query_manipulation(operation):
_logger.info(f"adapter : {adapter} supports query manipulation")
uri, operation = adapter.parse_operation_and_uri(uri, operation)
_logger.info(f"adapter: {adapter}; updated_uri : {uri}; updated_operation : {operation}")
if execution_count == 0:
return operation

Expand Down

0 comments on commit cca6621

Please sign in to comment.