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 TABLE support #894

Open
penberg opened this issue Feb 5, 2025 · 2 comments
Open

DROP TABLE support #894

penberg opened this issue Feb 5, 2025 · 2 comments
Labels
core enhancement New feature or request help wanted Extra attention is needed
Milestone

Comments

@penberg
Copy link
Collaborator

penberg commented Feb 5, 2025

No description provided.

@penberg penberg added core enhancement New feature or request labels Feb 5, 2025
@penberg penberg added this to the 0.1.0 milestone Feb 5, 2025
@penberg penberg added the help wanted Extra attention is needed label Feb 5, 2025
@krishvishal
Copy link
Contributor

free_page functionality required by DROP TABLE is implemented in PR #785

pub fn free_page(&self, page: Option<PageRef>, page_id: usize) -> Result<()> {

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
@redixhumayun
Copy link
Contributor

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
Labels
core enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants