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

drop() fails on postgresql partitioned tables #335

Closed
pietermartin opened this issue Mar 13, 2019 · 1 comment
Closed

drop() fails on postgresql partitioned tables #335

pietermartin opened this issue Mar 13, 2019 · 1 comment
Assignees
Labels

Comments

@pietermartin
Copy link
Owner

the drop() gremlin statement translates in the simple case to a TRUNCATE ONLY statement. The ONLY part does not work on partitioned tables so I am simply going to remove it as its not necessary for Sqlg.

@pietermartin pietermartin self-assigned this Mar 13, 2019
@pietermartin
Copy link
Owner Author

Fixed in commit f84c310

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

No branches or pull requests

1 participant