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 Display implementation for other DML operations #1420

Open
seve-martinez opened this issue Sep 9, 2024 · 2 comments · May be fixed by #1427
Open

Add Display implementation for other DML operations #1420

seve-martinez opened this issue Sep 9, 2024 · 2 comments · May be fixed by #1427

Comments

@seve-martinez
Copy link
Contributor

Much like Select and CreateTable, the ability to programmatically construct queries from AST parts is incredibly useful.

However, Insert, Delete, and Alter do not implement Display, making it difficult to produce these statements as strings.

@seve-martinez seve-martinez changed the title Add Display implementation for Insert and Delete and Alter Add Display implementation for other DML operations Sep 9, 2024
@seve-martinez
Copy link
Contributor Author

@alamb happy to take a stab at this if there is no active workstream on it.

@alamb
Copy link
Contributor

alamb commented Sep 11, 2024

@alamb happy to take a stab at this if there is no active workstream on it.

There is none that I know of

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 a pull request may close this issue.

2 participants