Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

T120-IN Add query params support #10

Merged
merged 5 commits into from
Jul 28, 2020
Merged

Conversation

mihaeljaic
Copy link
Contributor

No description provided.

@gitbuda gitbuda changed the title T120 in add query params support T120-IN Add query params support Jul 27, 2020
src/main.rs Outdated
);

let mut params: HashMap<String, QueryParam> = HashMap::new();
params.insert(String::from("real_params"), QueryParam::Map(map));

let rows: Vec<Vec<MgValue>> = match connection.execute(
"CREATE (n:Person {name: 'John'})-[e:KNOWS]->(m:Person {name: 'Steve'}) RETURN n, e, m;",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Change query by including query params.

Copy link
Member

@gitbuda gitbuda left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Some real examples or a tests are required.

@gitbuda gitbuda merged commit e677c5e into master Jul 28, 2020
@gitbuda gitbuda deleted the T120-IN-Add-query-params-support branch July 28, 2020 12:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants