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
i got your Package over "NuGet" (Version 0.2.1) and got there the following Situation but not in the current GitHub-Version (0.2.1):
when i create three vertex and connect (create two edges) the first one with the other verticies and run the following command "select from #9:0" then i got an InvalidFormatException.
For Instance:
Create Vertex; (#9:0)
Create Vertex; (#9:1)
Create Vertex; (#9:2)
Create Edge from #9:0 to #9:1;
Create Edge from #9:0 to #9:2;
Now i got the InvalidFormatException if i run the Command in the OrientDB Studio everything works fine. The the interesting point is, that the exception is only throw, when i created the second Edge, if only one edge is connecting the two verticies, then the command succeeded.
When i build your packacke from GitHub and include it in my Sourcecode, the Command works.
The text was updated successfully, but these errors were encountered:
Hey there,
i got your Package over "NuGet" (Version 0.2.1) and got there the following Situation but not in the current GitHub-Version (0.2.1):
when i create three vertex and connect (create two edges) the first one with the other verticies and run the following command "select from #9:0" then i got an InvalidFormatException.
For Instance:
Create Vertex; (#9:0)
Create Vertex; (#9:1)
Create Vertex; (#9:2)
Create Edge from #9:0 to #9:1;
Create Edge from #9:0 to #9:2;
C# Command:
database.Query("select from #9:0");
Now i got the InvalidFormatException if i run the Command in the OrientDB Studio everything works fine. The the interesting point is, that the exception is only throw, when i created the second Edge, if only one edge is connecting the two verticies, then the command succeeded.
When i build your packacke from GitHub and include it in my Sourcecode, the Command works.
The text was updated successfully, but these errors were encountered: