We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 930eff9 + 2e67fb8 commit d1a5b38Copy full SHA for d1a5b38
src/tabor_field.py
@@ -12,7 +12,7 @@ def __init__(self, name: str, type: str, udt_name: str, pk: bool) -> None:
12
13
14
def as_psql(self) -> str:
15
- return f"{self.name} {self.type}"
+ return f"\"{self.name}\" {self.type}"
16
17
18
def as_dict(self) -> dict:
0 commit comments