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

Ability to create sql statement from the DDLParser object. #207

Open
Mathss opened this issue Oct 23, 2023 · 1 comment
Open

Ability to create sql statement from the DDLParser object. #207

Mathss opened this issue Oct 23, 2023 · 1 comment

Comments

@Mathss
Copy link

Mathss commented Oct 23, 2023

Describe the solution you'd like
This parser works great to deconstruct sql statement into the data structure.

It would be very useful to have a method do make the inverse. Construct the sql statement from the data strucutre. Like that we can manipulate and update the fields and properties to create updated statements.

@xnuinside
Copy link
Owner

@Mathss thanks for opening this issue, but to be honest, I didn't have any resources of this. Such functionality requiers changing full parser, because right now it is working in one side, with out mapping back to SQL query

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants