We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
@Robbie1977 commented on Mon Jul 01 2019
Adding "statement": " and ", "parameters" : { "ARRAY_ID_RESULTS" : $ARRAY_ID_RESULTS, "ID" : "$ID" }around neo4j query string
"statement": "
", "parameters" : { "ARRAY_ID_RESULTS" : $ARRAY_ID_RESULTS, "ID" : "$ID" }
and swapping: '$ID' -> {ID} $ARRAY_ID_RESULTS -> {ARRAY_ID_RESULTS}
'$ID' -> {ID}
$ARRAY_ID_RESULTS -> {ARRAY_ID_RESULTS}
The text was updated successfully, but these errors were encountered:
updated XMI with separate parameters
3dd48ae
Ref #335
See https://github.com/VirtualFlyBrain/geppetto-vfb/blob/feature/335/model/vfb.xmi
Sorry, something went wrong.
No branches or pull requests
@Robbie1977 commented on Mon Jul 01 2019
Adding
"statement": "
and", "parameters" : { "ARRAY_ID_RESULTS" : $ARRAY_ID_RESULTS, "ID" : "$ID" }
around neo4j query stringand swapping:
'$ID' -> {ID}
$ARRAY_ID_RESULTS -> {ARRAY_ID_RESULTS}
The text was updated successfully, but these errors were encountered: