Skip to content

Commit

Permalink
DH-4690/adding all of the conditions to the SELECT
Browse files Browse the repository at this point in the history
  • Loading branch information
MohammadrezaPourreza committed Sep 19, 2023
1 parent 256f966 commit d95654b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dataherald/sql_generator/dataherald_sqlagent.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@

SQL_QUERY_INSTRUCTIONS = [
"The generated SQL query MUST use lower(column_name) LIKE '% entity %' notation for all of the string comparisons.",
"Add all of columns in the condition clause to the SELECT clause.",
]


Expand Down

0 comments on commit d95654b

Please sign in to comment.