doc: remove some completed TODO items

This commit is contained in:
wispem-wantex 2025-12-12 23:19:44 -08:00
parent ded07eb182
commit 381d648be0

View File

@ -5,14 +5,6 @@ TODO: auto-timestamps
- SaveXyz shouldn't set created_at in the do-update branch - SaveXyz shouldn't set created_at in the do-update branch
- GetXyzByID should include `ErrItemIsDeleted` if item is soft-deleted - 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 TODO: modified-timestamps
- set updated_at and created_at in SaveXYZ - set updated_at and created_at in SaveXYZ
- soft delete option - soft delete option
TODO: the `db_meta` table doesn't pass sqlite_lint