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
Executed query: CREATE EDGE FROM (SELECT FROM Flight WHERE uuid = '9510343d-db9a-5e30-9155-e6de3f482160') TO (SELECT FROM Airport WHERE airport_code = 'FRA')
By creating normal edges or creating of edges in OrientDB Studio it runs without any error.
Database version: OrientDB 3.0.10
The text was updated successfully, but these errors were encountered:
Problem description
PhpOrient seems to be to have some problems with the serialization. In my case, it can't serialize and execute queries by creating lightweight edges.
Error:
Cannot serialize record: {class: E, out: #14:882, in: #16:2} (lightweight)
Executed query:
CREATE EDGE FROM (SELECT FROM Flight WHERE uuid = '9510343d-db9a-5e30-9155-e6de3f482160') TO (SELECT FROM Airport WHERE airport_code = 'FRA')
By creating normal edges or creating of edges in OrientDB Studio it runs without any error.
Database version: OrientDB 3.0.10
The text was updated successfully, but these errors were encountered: