Exception on OrientDB Studio with LightWeightEdge

90 views
Skip to first unread message

安藤陽一

unread,
Feb 16, 2018, 3:38:42 AM2/16/18
to OrientDB

Hi,

When a node with LightWeightEdge is clicked in a OrientDB Studio's Graph Editor, an exception occurs.
probably OSQLFunctionRuntime.class will avoid converting element to a record, but it doesn't work.

my English is not good.
Thanks for reading to the end.

user.w...@gmail.com

unread,
Feb 21, 2018, 5:45:40 PM2/21/18
to OrientDB
Hi,

which version are you using?

Thanks

Regards,

Michela

安藤陽一

unread,
Feb 21, 2018, 11:06:35 PM2/21/18
to OrientDB
I use orientdb v2.2.30.

This SQL "select outE().@class from V" is expected to return edge's classes, but actually the value returned will be a vertex class on light-weight-edge.

This problem perhaps still remains in the latest version on github develop branch.

steps to reproduce

  1. ALTER DATABASE custom useLightweightEdges=true
  2. CREATE VERTEX --#9:0
  3. CREATE VERTEX --#10:0
  4. CREATE EDGE FROM #9:0 TO #10:0
  5. click node.


Thanks

user.w...@gmail.com

unread,
Feb 22, 2018, 9:18:03 PM2/22/18
to OrientDB
Hi,

could you open an issue on github?

Thanks

Regards,

Michela

安藤陽一

unread,
Feb 23, 2018, 12:14:56 AM2/23/18
to OrientDB
Reply all
Reply to author
Forward
0 new messages