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 TRUNCATE #190

Open
mmoldrup opened this issue Feb 6, 2023 · 2 comments
Open

Add TRUNCATE #190

mmoldrup opened this issue Feb 6, 2023 · 2 comments
Assignees

Comments

@mmoldrup
Copy link

mmoldrup commented Feb 6, 2023

The parser doesn't accept TRUNCATE as a DDL-statement.

@xnuinside xnuinside self-assigned this Mar 29, 2023
@xnuinside
Copy link
Owner

@mmoldrup hi, truncate statements are skipped same way as 'drop' statements and just not produces any results. What result as an output you expect? something like 'truncate': {'schema': 'schema_name', 'table_name': 'table_name'}?

@mmoldrup
Copy link
Author

mmoldrup commented Apr 2, 2023 via email

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

No branches or pull requests

2 participants