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

Expose new schema alteration operations #1073

Closed
jberkel opened this issue Aug 26, 2021 · 8 comments · Fixed by #1146
Closed

Expose new schema alteration operations #1073

jberkel opened this issue Aug 26, 2021 · 8 comments · Fixed by #1146
Milestone

Comments

@jberkel
Copy link
Collaborator

jberkel commented Aug 26, 2021

These have been added in more recent versions:

  • RENAME COLUMN (3.25.0)
  • DROP COLUMN (3.35.0)

(maybe more)

@tianzhuqiao
Copy link

Thanks for the great project. Do we have any plan for these features?

@jberkel
Copy link
Collaborator Author

jberkel commented Nov 26, 2021

@tianzhuqiao what do you mean?

@tianzhuqiao
Copy link

Thanks. I mean if we have plan to include such features in SQLite.swift

Renaming Columns

Added in SQLite 3.25.0, not exposed yet. #1073
Dropping Columns

Added in SQLite 3.35.0, not exposed yet. #1073

@jberkel
Copy link
Collaborator Author

jberkel commented Nov 26, 2021

Thanks. I mean if we have plan to include such features in SQLite.swift

Yes, that's why I created this issue.

@tianzhuqiao
Copy link

tianzhuqiao commented Nov 26, 2021

Yes, that's why I created this issue.

Great, roughly when will it be available?

@jberkel
Copy link
Collaborator Author

jberkel commented Nov 26, 2021

Sorry, no idea.

@underthestars-zhy
Copy link

When will these features be exposed?

@jberkel
Copy link
Collaborator Author

jberkel commented Jul 24, 2022

When will these features be exposed?

@underthestars-zhy Next release, 0.14.0

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

Successfully merging a pull request may close this issue.

3 participants