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

Bugfix/querysyntaxserializer #2646

Conversation

dejandjenic
Copy link

@dejandjenic dejandjenic commented Nov 23, 2020

serialization of querydocument without name but with variables omits variables.
persisted queries can't use serialized document, exception "message": "The following variables were not declared: productId." is thrown

@dejandjenic dejandjenic changed the base branch from main to main-version-10 November 23, 2020 11:19
@michaelstaib
Copy link
Member

I think this one was fixed on 11 ... let me check ...

@dejandjenic
Copy link
Author

dejandjenic commented Nov 23, 2020 via email

@michaelstaib
Copy link
Member

Sure, but it needs tests showing that the fix works. One test showing serialization with name and variables works and one that it works for the short-hand syntax and another one that shows it works when the name is omitted but variables are defined. Once we have tests I merge it and create a new 10.5.5

@michaelstaib michaelstaib self-requested a review November 23, 2020 12:06
@michaelstaib michaelstaib added 🐛 bug Something isn't working 🌶 hot chocolate labels Nov 23, 2020
@michaelstaib michaelstaib added this to backlog in Backlog via automation Nov 23, 2020
@michaelstaib michaelstaib moved this from backlog to review in Backlog Nov 23, 2020
@michaelstaib michaelstaib merged commit fcfaa05 into ChilliCream:main-version-10 Nov 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 bug Something isn't working
Projects
No open projects
Backlog
  
review
Development

Successfully merging this pull request may close these issues.

None yet

2 participants