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

Routines ignore Decimals #955

Open
cindro opened this issue Feb 21, 2025 · 0 comments
Open

Routines ignore Decimals #955

cindro opened this issue Feb 21, 2025 · 0 comments
Assignees
Labels
bug 🪲 Something isn't working

Comments

@cindro
Copy link

cindro commented Feb 21, 2025

So I have a field in my table called Amount decimal(12,2)

When creating a Store Procedure/Routine and I try to add a decimal parameter, the length only allows 12 and blocks me from adding comma 2.

When I CALL this Routine, it cannot capture the decimals in the amount submitted.

So, I am forced to use another DB management app to change the Parameter of the Routine to Decimal(12,2).

@Fabio286 Fabio286 added the bug 🪲 Something isn't working label Feb 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🪲 Something isn't working
Projects
Status: 📌 To do
Development

No branches or pull requests

2 participants