-
Notifications
You must be signed in to change notification settings - Fork 333
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 TABLE
support
#894
Labels
Milestone
Comments
redixhumayun
added a commit
to redixhumayun/limbo
that referenced
this issue
Feb 5, 2025
…LE to be implemented this is the initial commit is for the implementation of DROP TABLE. It adds support for the DROP TABLE instruction and adds a DropBTree instruction. It also implements the btree_drop method in btree.rs which makes use of free_page method which will be implemented via PR tursodatabase#785
Open
I've started a draft PR for this issue here - #897 Would appreciate any eyes on it. Just want to make sure I'm heading in roughly the right direction. |
redixhumayun
added a commit
to redixhumayun/limbo
that referenced
this issue
Feb 8, 2025
…LE to be implemented this is the initial commit is for the implementation of DROP TABLE. It adds support for the DROP TABLE instruction and adds a DropBTree instruction. It also implements the btree_drop method in btree.rs which makes use of free_page method which will be implemented via PR tursodatabase#785
redixhumayun
added a commit
to redixhumayun/limbo
that referenced
this issue
Feb 15, 2025
…LE to be implemented this is the initial commit is for the implementation of DROP TABLE. It adds support for the DROP TABLE instruction and adds a DropBTree instruction. It also implements the btree_drop method in btree.rs which makes use of free_page method which will be implemented via PR tursodatabase#785
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No description provided.
The text was updated successfully, but these errors were encountered: