Skip to content

HTTP API: Update#865

Merged
JinHai-CN merged 4 commits intoinfiniflow:mainfrom
JinHai-CN:fix59
Mar 23, 2024
Merged

HTTP API: Update#865
JinHai-CN merged 4 commits intoinfiniflow:mainfrom
JinHai-CN:fix59

Conversation

@JinHai-CN
Copy link
Copy Markdown
Contributor

What problem does this PR solve?

infiniflow=> select * from t1;
 c1 | c2 
----+----
  2 |  2
  3 |  3
  4 |  4
  5 |  5
curl --request PUT --url localhost:23820/databases/default/tables/t1/docs --header 'accept: application/json' --header 'content-type: application/json' --data '    
{
    "update": { "c2": 5 }, "filter": "c1  = 3"
} '
infiniflow=> select * from t1;
 c1 | c2 
----+----
  2 |  2
  4 |  4
  5 |  5
  3 |  5
(4 rows)

Issue link:#779

Type of change

  • New Feature (non-breaking change which adds functionality)

@JinHai-CN JinHai-CN added the ci PR can be test label Mar 23, 2024
@JinHai-CN JinHai-CN merged commit 745e103 into infiniflow:main Mar 23, 2024
@JinHai-CN JinHai-CN mentioned this pull request Mar 23, 2024
23 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ci PR can be test

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant