-
-
Notifications
You must be signed in to change notification settings - Fork 19
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
ekg-note-delete-by-id: remove title as well #112
Comments
ahyatt
added a commit
that referenced
this issue
Oct 23, 2023
In general, this is a hard problem to solve - this current solution is temporary. What really needs to happen (I think) is that the triples package needs to encode type dependency information, which it then can use automatically to make sure various things are deleted when necessary. This fixes #112.
Thanks for reporting this. I've checked in a change (and a way to do the cleanup), but it isn't quite right in theory. What should happen is that we should encode dependency information into types in the |
Thanks for the fix! 😃 |
ahyatt
added a commit
that referenced
this issue
Nov 11, 2023
In general, this is a hard problem to solve - this current solution is temporary. What really needs to happen (I think) is that the triples package needs to encode type dependency information, which it then can use automatically to make sure various things are deleted when necessary. This fixes #112.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello @ahyatt ,
ekg/ekg.el
Line 439 in d2f0e54
While inspecting db, I found some TITLE-related records remained in db after note deletion:
I think 'titled types should be taken care as well here:
With this↑ change, the titled-related records will also be deleted.
Note: The remaining titled-related items of all previous note deletions need to be cleaned up. (I found 74 remaining records in my db.)
Zheng
The text was updated successfully, but these errors were encountered: