Jais Vemmer

Results 16 comments of Jais Vemmer

> @JVemmer the UUIDs handlers are stored into the system db and restored after a restart. Can you please please detail you issue and the neo4j/apoc version that you're using?...

An update to this: I upgraded the environment where I tested this to Neo4j 4.3 instead of 4.1. 4.3 (and the related apoc 4.3.0.0) correctly retained uuid handlers through restarts....

An update to this: I upgraded the environment where I tested this to Neo4j 4.3 instead of 4.1. 4.3 (and the related apoc 4.3.0.0) did **not** exhibit the issue. So...

> Wago requires a pateron sub, so from a user pov its not really great. Also wowuphub is not supported in cursebreaker. Wago does not require a patreon sub, no....

> https://www.patreon.com/wagoio Its 3 fidy a month for api access? Manual I can download from curse. That is if you, personally, want to access their API and build something with...

> @justmike2000 can you please update to the latest version and let us know if this persists? @aanastasiou Looking at the code, the issue persists. I think the question here...

@aanastasiou I am not the original poster, but I created a test database to get a full traceback. (currently facing this issue as well) > Test.nodes.get(uid='1234') Traceback (most recent call...

For anyone who needs to get their environments running asap, one workaround is to set `cypher.default_language_version=3.5` in the server config file, until this gets sorted. This is a very temporary...

@aanastasiou I tested the changes. Able to use without issues: - .get() - .save() - .all() Able to use with some caveats: - .filter() works, but the 'in' option currently...

Hi @aanastasiou, Any status on this? I have currently resorted to rewriting everything in pure Cypher, using neomodel.db.cypher_query, but it is rather cumbersome compared to using the models. Also, if...