Skip to content

Commit

Permalink
Clean up.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tang8330 committed Dec 19, 2024
1 parent aabbe48 commit 7d49dee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/antlr/util.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ func getTextFromSingleNodeBranch(tree antlr.Tree) (string, error) {
return getTextFromSingleNodeBranch(tree.GetChild(0))
}

// TODO: Extend this function to return the schema (if present)
func getTableNameFromNode(ctx generated.ITableNameContext) (string, error) {
children := ctx.GetChildren()
if len(children) != 1 {
Expand Down

0 comments on commit 7d49dee

Please sign in to comment.