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

Difference between unbounded integers and decimals (XML) #38

Closed
opwvhk opened this issue Sep 12, 2023 · 2 comments
Closed

Difference between unbounded integers and decimals (XML) #38

opwvhk opened this issue Sep 12, 2023 · 2 comments

Comments

@opwvhk
Copy link
Owner

opwvhk commented Sep 12, 2023

In analysing an XML schema, unbounded integers are coerced to LONG, but unbounded decimals cause an error.

For similarity, either unbounded integers should throw as well, or unbounded decimals should be coerced to DOUBLE.

@opwvhk
Copy link
Owner Author

opwvhk commented Sep 12, 2023

Choice: coerce unbounded decimals to DOUBLE

@opwvhk
Copy link
Owner Author

opwvhk commented Sep 12, 2023

Fixed with 6613374

@opwvhk opwvhk closed this as completed Sep 12, 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

No branches or pull requests

1 participant