Start API refactor to remove separate Tree
We want trees to just be notes. We want to reference notes by Path instead of object ids. Stop thinking about the fs implementation and the fuse service with the same terms - they will be different backends.
This commit is contained in:
parent
abbef64bbc
commit
41480a39c9
5 changed files with 245 additions and 234 deletions
|
|
@ -213,6 +213,7 @@ class Sqlite3Trove:
|
|||
if object_id is None:
|
||||
object_id = uuid.uuid4()
|
||||
sid = _sql_id(object_id)
|
||||
assert sid is not None
|
||||
|
||||
# Preserve created timestamp on update
|
||||
row = self._con.execute(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue