Skip to content

Add Truncate Functionality #14

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

Merged
merged 21 commits into from
Apr 4, 2023
Merged

Add Truncate Functionality #14

merged 21 commits into from
Apr 4, 2023

Conversation

JonasScholl
Copy link
Contributor

resolves #9

I threw out the sqlite tests because they didn't want to truncate :D

Also, I saw that table.delete() from SQLAlchemy does DELETE FROM table; instead of truncate... so I just wrote it in SQL directly

Copy link
Contributor

@yannicschroeer yannicschroeer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice LGTM

@JonasScholl JonasScholl merged commit 78fd33e into main Apr 4, 2023
@JonasScholl JonasScholl deleted the truncate branch April 4, 2023 06:48
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.

Introduce truncate method
2 participants