Merge branch 'partition-by' into auxiliary

This commit is contained in:
Alex Garcia 2024-11-13 13:37:54 -08:00
commit 0eece069a0
16 changed files with 786 additions and 90 deletions

6
TODO
View file

@ -1,10 +1,8 @@
# partition
- UPDATE on partition key values
- [ ] UPDATE on partition key values
- remove previous row from chunk, insert into new one?
- enforce column types on insert?
- allow null values?
- properly sqlite3_vtab_nochange / sqlite3_value_nochange handling
- [ ] properly sqlite3_vtab_nochange / sqlite3_value_nochange handling
# auxiliary columns