You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
Pull request is being created for this.
.
The text was updated successfully, but these errors were encountered:
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
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)

Pull request is being created for this.
.
The text was updated successfully, but these errors were encountered: