Skip to content

Commit

Permalink
table name quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
jlonge4 committed Apr 10, 2024
1 parent eed3730 commit ffdff8a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ def _create_keyword_index(self):
index_exists = bool(
self._execute_sql(
"SELECT * FROM pg_indexes WHERE tablename = %s",
(self.table_name),
(self.table_name,),
"Could not check if keyword index exists",
).fetchone()
)
Expand Down

0 comments on commit ffdff8a

Please sign in to comment.