Skip to content

Commit 186685b

Browse files
committed
issue #5: fix quote policy so case sensitive relation names work properly
1 parent 2f10113 commit 186685b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dbt/adapters/sqlite/relation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
class SQLiteQuotePolicy(Policy):
88
database: bool = False
99
schema: bool = False
10-
identifier: bool = False
10+
identifier: bool = True
1111

1212

1313
@dataclass

0 commit comments

Comments
 (0)