Skip to content

Commit

Permalink
Double quote catalog identifier (#8)
Browse files Browse the repository at this point in the history
* double quote catalog identifier

* double quote catalog identifier
  • Loading branch information
kainoa21 authored Jan 12, 2024
1 parent ff35c6f commit 79bb355
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/harlequin_trino/adapter.py
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ def _get_columns(
SELECT
column_name,
data_type
FROM {catalog}.information_schema.columns
FROM "{catalog}".information_schema.columns
WHERE
table_schema = '{schema}'
and table_name = '{rel}'
Expand Down

0 comments on commit 79bb355

Please sign in to comment.