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

Fixed handling of BigDecimal data type #710

Merged
merged 1 commit into from
Aug 17, 2016

Conversation

dstenger
Copy link
Contributor

Previously, the handling of BigDecimal data type was not correct in deegree as exponents could be returned in a GML response. For example, following property value is possible in a GetFeature response: "5.4578635E+10".

This pull request fixes that BigDecimal are always exported as plain text (without exponent).

@dstenger dstenger added bug error issue and bug (fix) in progress labels Jun 15, 2016
@tfr42 tfr42 added this to the 3.4 milestone Jul 7, 2016
@copierrj copierrj merged commit f60cdf8 into deegree:master Aug 17, 2016
@lgoltz lgoltz deleted the exportBigDecimal-3560 branch December 8, 2022 09:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug error issue and bug (fix)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants