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

Partial Implementation of aliasing functionality. #1930

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

axj2613
Copy link
Collaborator

@axj2613 axj2613 commented Jul 2, 2023

TODO: fix error in modules/relexp.js: the types attribute inside the function convertExpr() retains a list of the pre-aliased tables and column names. If a column in the format of alias.coulmn_name is projected to, the application would throw an error along the lines of "Table alias not found", since the types variable that contains the pre-aliased table names would get referenced (See relexp.js: 204).

@netlify
Copy link

netlify bot commented Jul 2, 2023

Deploy Preview for relational-playground failed.

Name Link
🔨 Latest commit 38d889f
🔍 Latest deploy log https://app.netlify.com/sites/relational-playground/deploys/64ac062be16d250008f70d9e

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 this pull request may close these issues.

1 participant