Jeff Lovitz

Results 15 comments of Jeff Lovitz

@flpgrz We have not introduced support for any constraints as yet! It's a feature request we've heard from a few users, but introducing schema impositions would be a significant change...

This issue was resolved by #2233. EDIT: this is incorrect, the issue is still open.

Hi @shubhanshuattmdc, This problem is the result of a lack of heuristics determining the order in which filters should be applied. Your query creates the execution plan (printed by `GRAPH.EXPLAIN`):...

This misbehavior is documented as a known limitation: https://redis.io/docs/stack/graph/known_limitations/#relationship-uniqueness-in-patterns.

Calling Reset on an `Argument` op does nothing, as `Argument` doesn't have the capacity to request a Record from downstream. I think this is the correct behavior, and in this...

Hi @B-Stefan, This is a parser-level issue, rather than being scoped to redisgraph-py. I've written a fix, and we should be able to merge it into the master branch within...

`return --3` is invalid on Neo4j 4.1.3. `return +-3` is indeed valid, but would you be okay with a solution that made it invalid in RedisGraph? All of the other...

@mdecuir If you're willing, that would be great! This PR was actually created to address the inconsistencies you've observed in some of your other queries; it would be very helpful...

Hi @DrPyser, `null` is a somewhat tricky beast in Cypher, and RedisGraph is not totally consistent in this respect. The main problem is that `null` is _not_ actually allowed by...

@mitchsw Sorry for the delay, we had a hiccup with our CI testing! Would you mind making a new commit through a command like `git amend` and pushing? That should...