Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

When add new clause in query, it returns expression type, it's better to return a new query. #116

Closed
ttt-77 opened this issue Nov 28, 2023 · 0 comments · Fixed by #127
Closed
Assignees

Comments

@ttt-77
Copy link
Collaborator

ttt-77 commented Nov 28, 2023

For example,

aidb/aidb/query/query.py

Lines 523 to 526 in 9ae2dbe

def add_select(self, expression, selects):
re = Rewriter(expression)
e = re.add_selects(selects)
return e.expression

@ttt-77 ttt-77 self-assigned this Nov 28, 2023
This was referenced Nov 28, 2023
@ddkang ddkang linked a pull request Dec 1, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant