-
Notifications
You must be signed in to change notification settings - Fork 528
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
fix: left index of system type can't be deleted #675
Conversation
f403020
to
44a3798
Compare
Codecov Report
@@ Coverage Diff @@
## master #675 +/- ##
============================================
- Coverage 73% 72.94% -0.06%
Complexity 3944 3944
============================================
Files 219 219
Lines 17850 17867 +17
Branches 2567 2569 +2
============================================
+ Hits 13031 13033 +2
- Misses 3479 3492 +13
- Partials 1340 1342 +2
Continue to review full report at Codecov.
|
this.checkGraphNotClosed(); | ||
/* | ||
* NOTE: each system operation will be auto committed, | ||
* Don't need to open tinkerpop tx by readWrite() and commit manually. |
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.
Does the comment and the code have some inconsistencies?
this.tx.readWrite();
Change-Id: I654b2e4c69f8aebfc7ebed3225b2dd09da1720a0
Change-Id: I6380f86ba32f691cb393239d97fc0093650a29b8
44a3798
to
80bb5f1
Compare
Change-Id: Ifbfcb0da962370b99378fde2aa33073df77f12a7
80bb5f1
to
d8b4494
Compare
Change-Id: I654b2e4c69f8aebfc7ebed3225b2dd09da1720a0