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 regex operator #304

Closed imilinovic closed 4 months ago

imilinovic commented 9 months ago

Description

Add regex operator (it already exists in Memgraph).

Pull request type

closes #267

Related issues

Delete section if this PR doesn't resolve any issues.

Closes (link to issue)

Checklist:

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

Reviewer checklist (the reviewer checks this part)

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

katarinasupe commented 5 months ago

@imilinovic We no longer use the develop branch for the release; everything goes directly to the main. Please rebase. Why there are 96 changes? It's quite hard to review.

FYI, as discussed, this will be included in the next release (July 10th). Work on Memgraph is a priority, so we can move the milestone due date if you can't make it.

katarinasupe commented 5 months ago

@antepusic isn't the test added by parametrizing the existing test?

katarinasupe commented 4 months ago

@imilinovic merge the latest main for tests to pass. Once the tests pass, feel free to squash and merge.