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

ParameterHelper: avoid threating Newtonsoft JObject/JToken as collect… #658

Closed
wants to merge 2 commits into from

Conversation

IGionny
Copy link

@IGionny IGionny commented Mar 16, 2022

The ParameterHelper.ProcessParam function threat a JObject parameter as a collection of parameters because.. JObject implement IEnumerable.
This cause an issue when I try to update an entity/table with a property that contains a JToken or JObject property.
The solution is far from elegant but it works.
I added a test to check it.

Please see the Issue #636

Thank you

@schotime
Copy link
Owner

Coming in v6 as per #695

@schotime schotime closed this Dec 29, 2023
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.

2 participants