update TODO

This commit is contained in:
Alex Garcia 2024-10-14 11:23:57 -07:00
parent 8a7bde91c4
commit bfb279c0a1

1
TODO
View file

@ -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