Skip to content

BigInteger as ID for entityType causes INITIAL state to never exit #507

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

Closed
dwtalk opened this issue Mar 2, 2017 · 1 comment
Closed

Comments

@dwtalk
Copy link
Contributor

dwtalk commented Mar 2, 2017

Using BigInteger as an @id, I was unable to get the UPDATE state for my object, it would only stay in the INITIAL state. Adding BigInteger to the well known types fixed the issue as it allows to cdoID to properly be evaluated as the decimal representation of the BigInteger rather than a wonky string value (see attached)
unspecified-7

Pull request is being created for this.
.

@dwtalk dwtalk changed the title BigInterger as ID for entityType causes INITIAL state to never exit BigInteger as ID for entityType causes INITIAL state to never exit Mar 2, 2017
@bartoszwalacik
Copy link
Member

bartoszwalacik commented Mar 5, 2017

released in 3.0.3
thanks @dwtalk

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants