Skip to content

remove id from fs_dentry#250

Open
pereman2 wants to merge 2 commits into
tursodatabase:mainfrom
pereman2:fs_dentry
Open

remove id from fs_dentry#250
pereman2 wants to merge 2 commits into
tursodatabase:mainfrom
pereman2:fs_dentry

Conversation

@pereman2

@pereman2 pereman2 commented Jan 14, 2026

Copy link
Copy Markdown
Contributor

fs_dentry schema change removing id autoincrement. This basically removes any sqlite_sequence table inserts produced with autoincrement. I didn't see id being used anywhere.

instead use PRIMARY KEY(parent_ino, name)
@penberg

penberg commented Jan 15, 2026

Copy link
Copy Markdown
Collaborator

@pereman2 SPEC.md and the other SDKs would also need to be updated for this

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.

2 participants