nafraf
nafraf
Hi, I started a solution for this issue, I think that this can be divided in two parts. The first part is to solve the errors that can be detected...
Thanks for the review. I added the test in [/tests/flow/test_point.py](https://github.com/RedisGraph/RedisGraph/pull/2524/commits/f1f0e3e47d1d4a96962a1d32a7073c92b24d2cc9) because test_function_calls.py seems to be for more generic test. Are those tests enough? Are those tests in the correct file?
`return --3` is now valid on Neo4j 4.4.10 Maybe these validations should be done by libcypher-parser
Hi, I'm working on this feature. I have some progress: ``` 127.0.0.1:6379> graph.query q "RETURN point({latitude:12.3, longitude:23.2}).latitude" 1) 1) "point({latitude:12.3, longitude:23.2}).latitude" 2) 1) 1) "12.3000001907349" 3) 1) "Cached execution: 1"...
Hi, The ci/circleci: build-memcheck reports memory leak but I could not replicate that error locally. I thought that the problem was caused by a large expected json result, so I...
Hi, memcheck error was fixed, the changes are ready for review. This is a sample output for the query posted to original issue: ``` graph.query g "create (a:A1{aa:1,ab:2})-[r:R1{rr:3,rs:4}]->(b:B1{bb:3})" graph.query g...
@AviAvni Ok. Conflicts resolved. Thanks
Hi, that option was removed in version [0.12.0](https://github.com/RedisGraph/redisgraph-bulk-loader/releases/tag/v0.12.0) It was a breaking change, as reported in the [PR 97](https://github.com/RedisGraph/redisgraph-bulk-loader/pull/97).
I think that your example is not supported for redis-url string, but see the ```Unix Socket``` section in [configuration file](https://redis.io/docs/management/config-file/).
Hello @hoyhoy, thanks for the report. Could you tell us the version that you are using? I'd like to reproduce the issue. Could you give more details of the commands...