TropicalPenguin

Results 25 comments of TropicalPenguin

Yo, The develop branch already uses the list strategy :) On Tue, Jan 9, 2018 at 6:09 AM, k-sok wrote: > The resulting batch script is built by using string...

Hi @zeeshan2709, https://github.com/mogui/pyorient/commit/3e96590d9ecd87b9643888587185aaac21747dad

SELECT * FROM ag_catalog.ag_graph;

Neo4J appears to offer such diagnostics; neatly overloaded for all vs specific graphs: https://neo4j.com/docs/graph-data-science/current/graph-list/

I tried using the unit tests to see if they would reproduce any similar problems, but barely any run at all (and for seemingly more basic reasons than what happens...

Hi @acriptis So, just to clarify, does this assume some sort of check that the element with record-id #30:740 is actually an UBERON, or are you looking for a 'Query'...

I'm not quite clear to which dictionary you're referring, but for OrientBinaryObject, take a look at `test_csv_decoding()` in `tests/test_serializations.py` in the `develop` branch.

OrientDB does. From looking at commits to OrientJS, it looks like it would be fairly straitforward to add to pyorient.

In [this commit](https://github.com/mogui/pyorient/commit/78eb270aea0159bcc673c7beb5e129a602f1d858), I've added the means with classes OrientDB and OrientSocket for setting up SSL connections. I'd appreciate some help adding tests of these.

Huh, you're right! I'm surprised that functionality was never added. On Mon, 10 Jun 2019, 07:02 Manuel Carrero wrote: > I was wondering if exists some command like delete_edge(), to...