mirror of
https://github.com/asg017/sqlite-vec.git
synced 2026-04-25 16:56:27 +02:00
7 lines
225 B
Text
7 lines
225 B
Text
# 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
|