Bug #97724 | Contribution: Allow \'3.\' formatted numbers | ||
---|---|---|---|
Submitted: | 20 Nov 2019 22:34 | Modified: | 27 Mar 2020 21:31 |
Reporter: | OCA Admin (OCA) | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | Connector / J | Severity: | S3 (Non-critical) |
Version: | OS: | Any | |
Assigned to: | CPU Architecture: | Any |
[20 Nov 2019 22:34]
OCA Admin
[20 Nov 2019 22:34]
OCA Admin
Contribution submitted via Github - Allow '3.' formatted numbers (*) Contribution by Nick Pollett (Github Mungrel, mysql-connector-j/pull/46#issuecomment-556251914): I confirm the code being submitted is offered under the terms of the OCA, and that I am authorized to contribute it.
Contribution: git_patch_341903273.txt (text/plain), 1.22 KiB.
[20 Nov 2019 23:32]
MySQL Verification Team
Thank you for the contribution
[27 Mar 2020 21:31]
Daniel So
Posted by developer: Added the following entry to the Connector/J 8.0.20 changelog: "A DataConversionException was thrown when an application tried to store a string starting with "d." [d is any digit] into a VARCHAR column. It was due to a parsing error in the AbstractNumericValueFactory, which has been fixed by this patch. Thanks to Nick Pollett for contributing the code."