I'm trying to create (lightweight) edges between two vertices. This code works:
"CREATE EDGE FROM #14:59 TO (SELECT FROM program WHERE path = '<whatever>'')" This one doesn't, even though the embedded query works just fine on its own: CREATE EDGE FROM #14:59 to (SELECT FROM INDEX:program.path WHERE key = '<whatever>') Any idea what's going on? -- --- 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.
