Fred Dyc
Results
3
issues of
Fred Dyc
Pretty often, when I run Bonobo's ETL graph with PyCharm debugger, I get an exception stated in the title. (RuntimeError: This context cannot be stopped as it never started (extract).)...
bug
My query is: ```` select expand(outE('isInvited')[reacted=false].inV()[planned_for > sysdate()] ) from #89:0 ```` When I run it in OrientDB Studio, it returns expected results. When I run it with `client.query(my_query_here)` it...