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

Table names #1643

Closed
kontchakov opened this issue Oct 10, 2022 · 0 comments · Fixed by #1646
Closed

Table names #1643

kontchakov opened this issue Oct 10, 2022 · 0 comments · Fixed by #1646
Assignees

Comments

@kontchakov
Copy link

Class Table internally supports names with multiple components (not limited only to the trio of database, schema and table name): it has methods setIndex/getIndex; the class even has a constructor that takes a list of names as its parameter. In some applications, it would be convenient to have access to these methods (at least the getter), so why not include them in the MultiPartName interface?

@manticore-projects manticore-projects self-assigned this Oct 14, 2022
manticore-projects added a commit to manticore-projects/JSqlParser that referenced this issue Oct 14, 2022
SelectExpressionItem with Function and Complex Parameters
Tables with Oracle DB Links
Make Table Name Parts accessible

Fixes JSQLParser#1644
Fixes JSQLParser#1643
wumpz pushed a commit that referenced this issue Oct 16, 2022
* fix: add missing public Getter

Add public Getter for `updateSets`
Fixes #1630

* fix: Assorted Fixes

SelectExpressionItem with Function and Complex Parameters
Tables with Oracle DB Links
Make Table Name Parts accessible

Fixes #1644
Fixes #1643

* fix: Revert correct test case
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants