initial pass at PARTITION KEY support.

This commit is contained in:
Alex Garcia 2024-10-13 22:11:13 -07:00
parent 9cc0deae34
commit 776d86cc0c
3 changed files with 755 additions and 154 deletions

7
TODO Normal file
View file

@ -0,0 +1,7 @@
# partition
- 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