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

Support binding decimals with scale >= 10 to parameters #18

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

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