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. <https://lh3.googleusercontent.com/-apcYB8DtI_w/Wo5BfccEkaI/AAAAAAAAAEg/nDRvoVu4BvEumX6LLbOpQx8EkFY4QysBgCLcBGAs/s1600/2018-02-22%2B12.42.25.png> Thanks -- --- You received this message because you are subscribed to the Google Groups "OrientDB" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
