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

Cannot add decimal #13776

Closed
prectikal opened this issue Oct 25, 2017 · 2 comments
Closed

Cannot add decimal #13776

prectikal opened this issue Oct 25, 2017 · 2 comments
Assignees
Labels
Bug A problem or regression with an existing feature duplicate
Milestone

Comments

@prectikal
Copy link

Steps to reproduce

  1. Set Type as Decimal
  2. Set Decimal format as Decimal (12,2)

Expected behaviour

Tell us what should happen
It should saved as Decimal (12,2) when saved.

Actual behaviour

Tell us what happens instead
It always return to Decimal (12,0) when saved

Server configuration

Operating system:
Win10
Web server:
Apache 2.4.23
Database:
MySQL 5.7.14
PHP version:
PHP 5.6.25
phpMyAdmin version:
phpMyAdmin 4.6.4

Client configuration

Browser:
Firefox
Operating system:
Win10

@prectikal
Copy link
Author

Just notice this also happens when the comment column is edited and save, the type = Decimal(12,2) becomes Decimal(12,0). I was able to change the decimal(12,0) to decimal(12,2) using the console but not with the GUI.

@nijel nijel self-assigned this Oct 25, 2017
@nijel nijel added Bug A problem or regression with an existing feature duplicate labels Oct 25, 2017
@nijel nijel added this to the 4.6.5 milestone Oct 25, 2017
@nijel
Copy link
Contributor

nijel commented Oct 25, 2017

Duplicate of #12480

@nijel nijel marked this as a duplicate of #12480 Oct 25, 2017
@nijel nijel closed this as completed Oct 25, 2017
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jun 22, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Bug A problem or regression with an existing feature duplicate
Projects
None yet
Development

No branches or pull requests

2 participants