From bfb279c0a1a11962989cb0213a7fa738208c533a Mon Sep 17 00:00:00 2001 From: Alex Garcia Date: Mon, 14 Oct 2024 11:23:57 -0700 Subject: [PATCH] update TODO --- TODO | 1 + 1 file changed, 1 insertion(+) diff --git a/TODO b/TODO index 2ca2e83..dae1793 100644 --- a/TODO +++ b/TODO @@ -13,5 +13,6 @@ - in xBestIndex, ensure there are no constraints on any aux column - enforce column types, ie STRICT? - NOT NULL? +- drop aux shadow table on xDestroy - perf: INSERT stmt should be cached on vec0_vtab - perf: LEFT JOIN aux table to rowids query in vec0_cursor for rowid/point stmts, to avoid N lookup queries