Orientdb: INSERT INTO Subquery Returns Empty Array

Created on 20 Sep 2018  路  2Comments  路  Source: orientechnologies/orientdb

OrientDB Version: 3.0.7

Java Version: 1.8.0_141

OS: Windows 7

Expected behavior

INSERT INTO subquery returns the rid of the created record

Actual behavior

Appears to return [] instead.

Steps to reproduce

CREATE VERTEX V SET foo = (INSERT INTO V SET bar = '1')
SELECT foo FROM #9:0

bug

Most helpful comment

Hi @big213

I just pushed a fix, it will be released with v 3.0.8

Thanks

Luigi

All 2 comments

Hi @big213

I'm working on it, I'll let you know asap

Thanks

Luigi

Hi @big213

I just pushed a fix, it will be released with v 3.0.8

Thanks

Luigi

Was this page helpful?
0 / 5 - 0 ratings