From 381d648be0dd345ee37be752c09919026de04bc1 Mon Sep 17 00:00:00 2001 From: wispem-wantex Date: Fri, 12 Dec 2025 23:19:44 -0800 Subject: [PATCH] doc: remove some completed TODO items --- doc/TODO.txt | 8 -------- 1 file changed, 8 deletions(-) diff --git a/doc/TODO.txt b/doc/TODO.txt index 428a500..1c33ce0 100644 --- a/doc/TODO.txt +++ b/doc/TODO.txt @@ -5,14 +5,6 @@ TODO: auto-timestamps - SaveXyz shouldn't set created_at in the do-update branch - GetXyzByID should include `ErrItemIsDeleted` if item is soft-deleted -TODO: primary-key -- SaveXyz shouldn't set primary key if it's rowid - -TODO: foreign-key -- Generated types should match foreign keys to the type of the column they point to - TODO: modified-timestamps - set updated_at and created_at in SaveXYZ - soft delete option - -TODO: the `db_meta` table doesn't pass sqlite_lint