Skip to content
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

Issue #1827 Fixed an error when using update sentence. #1830

Merged
merged 3 commits into from
Mar 2, 2020

Conversation

monadbobo
Copy link
Contributor

@monadbobo monadbobo commented Feb 26, 2020

Fixed an error that the space could not be found when executing multiple statements (use space statements)
when executing update vertex/edge.

for example:

USE issue1827_update;UPDATE VERTEX 100 SET player.age = 31;

close #1827

Fixed an error that the space could not be found when executing multiple statements (use space statements)
when executing update vertex/edge.

for example:

USE issue1827_update;UPDATE VERTEX 100 SET player.age = 31;
@monadbobo monadbobo added the ready-for-testing PR: ready for the CI test label Feb 26, 2020
@monadbobo
Copy link
Contributor Author

close #1827

src/graph/UpdateEdgeExecutor.cpp Outdated Show resolved Hide resolved
src/graph/UpdateVertexExecutor.cpp Outdated Show resolved Hide resolved
@dutor dutor merged commit 179272f into vesoft-inc:master Mar 2, 2020
@jude-zhu jude-zhu added this to the R201910_RC4 milestone Mar 2, 2020
jude-zhu pushed a commit to jude-zhu/nebula that referenced this pull request Mar 4, 2020
Fixed an error that the space could not be found when executing multiple statements (use space statements)
when executing update vertex/edge.

for example:

USE issue1827_update;UPDATE VERTEX 100 SET player.age = 31;
tong-hao pushed a commit to tong-hao/nebula that referenced this pull request Jun 1, 2021
Fixed an error that the space could not be found when executing multiple statements (use space statements)
when executing update vertex/edge.

for example:

USE issue1827_update;UPDATE VERTEX 100 SET player.age = 31;
yixinglu pushed a commit to yixinglu/nebula that referenced this pull request Jan 31, 2023
…t-inc#1830)

* sync from ent repo for supportting show hosts storage listener

* fix conflicts

Co-authored-by: panda-sheep <59197347+panda-sheep@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ready-for-testing PR: ready for the CI test
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update syntax splicing 'use space' error
4 participants