Skip to content

Commit

Permalink
Merge pull request #11 from TeoMeWhy/feat/silver
Browse files Browse the repository at this point in the history
Fix: extract_from
  • Loading branch information
TeoCalvo authored Jul 17, 2024
2 parents 2542b8f + 4b50f8b commit 8f328d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ def extract_from(query:str):
.split("from")[-1]
.strip(" ")
.split(" ")[0]
.split("\n")[0]
.strip(" "))
return tablename

Expand Down

0 comments on commit 8f328d9

Please sign in to comment.