We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi.
Methods for modifying an type="select" node of an AST object would be awesome.
For example:
let sqlObj = sqlParser.astify(my_huge_sql); if (something){ sqlParser.addJoin(sqlObj, join_params); sqlParser.addWhere(sqlObj, where_params); } let final_sql = sqlParser.sqlify(sqlObj, {database: 'TransactSQL'})
Thanks!
The text was updated successfully, but these errors were encountered:
hey @labs20 here you can see examples on how to traverse the AST in a simply manner. https://github.com/ReMatter/paranoid-sql
Sorry, something went wrong.
taozhi8833998
No branches or pull requests
Hi.
Methods for modifying an type="select" node of an AST object would be awesome.
For example:
Thanks!
The text was updated successfully, but these errors were encountered: