Skip to content

Conversation

daniels220
Copy link

The existing implementation assumes exactly one digit of scale, so for scales >= 10 it will send a trailing s to MySQL, presumably leading to an error. Seems like the best approach to explicitly ask the ScaledDecimal to print just the digits part, that way we don't have to strip anything off. Plus a test that this works properly.

Explicitly print just the digits rather than stripping off the scale from the full printString
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

Successfully merging this pull request may close these issues.

1 participant