memgraph / rsmgclient

Memgraph database adapter for Rust programming language.
https://crates.io/crates/rsmgclient
Apache License 2.0
38 stars 6 forks source link

Improve the matching of the return value of `Connection::fetch` in `Connection::fetchone` #34

Open antaljanosbenjamin opened 3 years ago

antaljanosbenjamin commented 3 years ago

Connection::fetch will only return two combinations:

In contrast what we are expecting is:

These sohuld be syncronized.