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

Add some helper code for PLpgSQL AST #189

Merged
merged 1 commit into from
Aug 24, 2024
Merged

Add some helper code for PLpgSQL AST #189

merged 1 commit into from
Aug 24, 2024

Conversation

svenklemm
Copy link
Member

pglast returns PLpgSQL AST as a nested dict. This patch add some glue code to convert the nested dict into a tree of objects to make it more convenient to work with.

pglast returns PLpgSQL AST as a nested dict. This patch add some glue code
to convert the nested dict into a tree of objects to make it more
convenient to work with.
@svenklemm svenklemm merged commit 39e44d2 into main Aug 24, 2024
5 checks passed
@svenklemm svenklemm deleted the plpgsql_helper branch August 24, 2024 11:28
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