-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Refactor the insertion syntax #331
Conversation
Unit testing passed. |
Unit testing passed. |
Unit testing passed. |
user should specify |
Do you mean the vertex id? If so, yeah, its value and semantics is absolutely up to the users, thus must be provided. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me. Let's support the syntax firstly before alpha-version released.
// TODO(dutor) To support multi-tag insertion | ||
auto tagItems = sentence_->tagItems(); | ||
if (tagItems.size() > 1) { | ||
return Status::Error("Multi-tag not supported yet"); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It seems the executor needs a big change to support multi-tag insertion.
Unit testing passed. |
* Refactor the insertion syntax * Fixed missing overwritable in vertex insertion
* Refactor the insertion syntax * Fixed missing overwritable in vertex insertion
* exec sequencial querys (vesoft-inc#194) exec sequencial querys * change: parser whitelist * white list * whitelist - add whitelist processor * ip whitelist - extract checker before password * ip whitelist - alter user ip whitelist * ip whitelist - log * style format * check licenses * check licenses * add tests * format * show users with ip whitelist * test and spell * Delete nebula.license delete license * add tck cases * style * fix some comments * fix test * modify parser Co-authored-by: haifei.zhao <32253291+zhaohaifei@users.noreply.github.com> Co-authored-by: Yee <2520865+yixinglu@users.noreply.github.com>
As title.
Now the syntaxes are like: