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
select routeDataNodes,routeDataNodes.tojson() as routeDataJSON
FROM ( select * from (
select key,uuid as commandUuid,start_date,out("ON_ROUTE") as routeDataNodes /*out("ON_ROUTE").tojson() as earlyjson corect json calculated */
FROM task
WHERE start_date >= '2024-02-05 00:00:00' and start_date <= '2024-07-02 23:59:59'
) where key="COMANDA" and commandUuid="16821cf6-4ed6-4ba3-9ceb-0654ad4f2277" )
order by start_date desc
The text was updated successfully, but these errors were encountered:
OrientDB Version: 3.2.22
Java Version: 1.8
OS: Linux Docker
Expected behavior
Should stringify node content
Actual behavior
array with null value [null]
Steps to reproduce
Example select
The text was updated successfully, but these errors were encountered: