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 DROP COLUMN function for old SQLite #1

Open
buschmann23 opened this issue Sep 22, 2022 · 0 comments
Open

Add DROP COLUMN function for old SQLite #1

buschmann23 opened this issue Sep 22, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@buschmann23
Copy link
Member

As SQLIte has limited support for ALTER TABLE commands, especially not support for DROP COLUMN before SQLite 3.35.0, it is necessary to use temporary tables and move the data when one wants to drop a single command. This is currently possible with many statements. Would be better to have something more intelligent when operating on older SQLite.

@buschmann23 buschmann23 added the enhancement New feature or request label Sep 22, 2022
@buschmann23 buschmann23 self-assigned this Sep 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant