You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
after executing the query in the bottom the graph view should continue beeing able to show "select * from Konto"
Actual behavior
after executing the query in the bottom the graph view in orientdb studio throws the error in the title when quering "select * from Konto"
Steps to reproduce
SCHEMA---------------------
vertex Konto
every: STRING, mandatory, not null
incby:DOUBLE, mandatory, not null
kontostand:DOUBLE, mandatory, not null
lastUpdated:DOUBLE, mandatory, not null
name: STRING, mandatory, not null
showDetails:BOOLEAN, mandatory, not null
vertexyEdge:STRING, mandatory, not null
edge listSuccesor
vertexEdge:STRING, mandatory, not null
---query------------------------
db.query(
"UPDATE #26:1 SET kontostand = 100, name = 'Freuden des Lebens', every = 'month', incby = 100, showDetails = false, vertexEdge = 'vertex', in_listSuccessor = ['#61:0'], out_listSuccessor = ['#62:0'], lastUpdated = '2018-02-02T05:31:24.584Z'"
)
The text was updated successfully, but these errors were encountered:
OrientDB Version: v2.2.31
Java Version: version8 update45 (Build 1.8.0_45-b15)
OS: WIN10 64bit
Expected behavior
after executing the query in the bottom the graph view should continue beeing able to show "select * from Konto"
Actual behavior
after executing the query in the bottom the graph view in orientdb studio throws the error in the title when quering "select * from Konto"
Steps to reproduce
SCHEMA---------------------
vertex Konto
every: STRING, mandatory, not null
incby:DOUBLE, mandatory, not null
kontostand:DOUBLE, mandatory, not null
lastUpdated:DOUBLE, mandatory, not null
name: STRING, mandatory, not null
showDetails:BOOLEAN, mandatory, not null
vertexyEdge:STRING, mandatory, not null
edge listSuccesor
vertexEdge:STRING, mandatory, not null
---query------------------------
db.query(
"UPDATE #26:1 SET kontostand = 100, name = 'Freuden des Lebens', every = 'month', incby = 100, showDetails = false, vertexEdge = 'vertex', in_listSuccessor = ['#61:0'], out_listSuccessor = ['#62:0'], lastUpdated = '2018-02-02T05:31:24.584Z'"
)
The text was updated successfully, but these errors were encountered: