mirror of
https://github.com/asg017/sqlite-vec.git
synced 2026-04-25 08:46:49 +02:00
dbg :(
This commit is contained in:
parent
afb3826a2c
commit
c6df44630b
1 changed files with 1 additions and 0 deletions
|
|
@ -6419,6 +6419,7 @@ int vec0Update_Insert(sqlite3_vtab *pVTab, int argc, sqlite3_value **argv,
|
|||
partitionKeyValues[partition_key_idx] = argv[2+VEC0_COLUMN_USERN_START + i];
|
||||
|
||||
int new_value_type = sqlite3_value_type(partitionKeyValues[partition_key_idx]);
|
||||
printf("DEBUG: new_value_type=%d t=%d\n", new_value_type, p->paritition_columns[partition_key_idx].type);
|
||||
if((new_value_type != SQLITE_NULL) && (new_value_type != p->paritition_columns[partition_key_idx].type)) {
|
||||
// IMP: V11454_28292
|
||||
vtab_set_error(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue