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

Using DateTimeOffset parameters causes a StackOverflowException #215

Closed
brphelps opened this issue Feb 7, 2020 · 0 comments · Fixed by #214
Closed

Using DateTimeOffset parameters causes a StackOverflowException #215

brphelps opened this issue Feb 7, 2020 · 0 comments · Fixed by #214

Comments

@brphelps
Copy link
Collaborator

brphelps commented Feb 7, 2020

image

The "dateTimeOffset" variable in the above screenshot is using a DateTimeOffset parameter as an arg to filter data. When the value is not null, a stack overflow exception is thrown from the QuerySerializer class, SerializeValue method -- It looks like unrecognized types are recurred on until an overflow occurs.

Fixed in #214

@brphelps brphelps linked a pull request Apr 9, 2020 that will close this issue
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 a pull request may close this issue.

1 participant