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 'ZEROFILL' attribute for numeric datatypes #351

Merged
merged 1 commit into from
Jul 21, 2021
Merged

Support 'ZEROFILL' attribute for numeric datatypes #351

merged 1 commit into from
Jul 21, 2021

Conversation

dongwook-chan
Copy link
Collaborator

I need to have the same column value on Python as it was selected on MySQL.
However the existing code ignores 'ZEROFILL' attribute.
This PR adds support for 'ZEROFILL' attribute.

  1. Search for 'ZEROFILL' in column type
  2. Set boolean variable zerofill for column objects
  3. Format column values for columns with 'ZEROFILL' attribute
  • Added and passed data type test

1. Search for 'ZEROFILL' in column type
2. Set boolean variable zerofill for column objects
3. Format column values for columns with 'ZEROFILL' attribute

+ Added and passed data type test
@julien-duponchelle
Copy link
Owner

Thanks a lot I'm going to merge and release

@julien-duponchelle julien-duponchelle merged commit 4706714 into julien-duponchelle:main Jul 21, 2021
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.

2 participants