memgraph / gqlalchemy

GQLAlchemy is a library developed with the purpose of assisting in writing and running queries on Memgraph. GQLAlchemy supports high-level connection to Memgraph as well as modular query builder.
https://pypi.org/project/gqlalchemy/
Apache License 2.0
227 stars 32 forks source link

Add latest signatures #311

Closed katarinasupe closed 4 months ago

katarinasupe commented 5 months ago

Description

Updated procedures signatures to match the latest Memgraph. Skipped test for procedure signatures. Updated test for constraint to remove reserved keyword text in the latest Memgraph.

Pull request type

Please delete options that are not relevant.

Checklist:

######################################

Reviewer checklist (the reviewer checks this part)

######################################

katarinasupe commented 5 months ago

Added new signatures, but tests kept failing. I spoke shortly with @Josipmrden and the decision is to skip the test for now. This is not as important and it's blocking other features from being merged.

TODO: check fail on constraints test.

katarinasupe commented 5 months ago

I found the reason why test for constraints was failing - https://github.com/memgraph/memgraph/issues/2136

katarinasupe commented 5 months ago

@antepusic @as51340 @Josipmrden I will just need approval so I can merge after all tests pass