mirror of
https://github.com/asg017/sqlite-vec.git
synced 2026-04-27 09:46:27 +02:00
Merge branch 'partition-by' into auxiliary
This commit is contained in:
commit
0eece069a0
16 changed files with 786 additions and 90 deletions
6
TODO
6
TODO
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue