Update oracle_impl.py
This commit is contained in:
parent
f4ee85034f
commit
cc45d802a6
1 changed files with 1 additions and 1 deletions
|
|
@ -680,4 +680,4 @@ SQL_TEMPLATES = {
|
||||||
WHEN NOT MATCHED THEN
|
WHEN NOT MATCHED THEN
|
||||||
INSERT(workspace,source_name,target_name,weight,keywords,description,source_chunk_id,content,content_vector)
|
INSERT(workspace,source_name,target_name,weight,keywords,description,source_chunk_id,content,content_vector)
|
||||||
values (:1,:2,:3,:4,:5,:6,:7,:8,:9) """
|
values (:1,:2,:3,:4,:5,:6,:7,:8,:9) """
|
||||||
}
|
}
|
||||||
Loading…
Add table
Reference in a new issue