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

Add year, bit and varbit types #466

Merged
merged 5 commits into from
Oct 14, 2022
Merged

Conversation

karatakis
Copy link
Contributor

PR Info

There are many non standard SQL types that we haven't covered yet. I tried to add some.

I need some of them to close this issue
SeaQL/seaography#52
And cover some of FIXME tasks
https://github.com/SeaQL/sea-schema/blob/master/src/mysql/writer/column.rs

Adds

  • YEAR MySQL
  • BIT MySQL, Postgres
  • VARBIT MySQL Postgres

Copy link
Member

@ikrivosheev ikrivosheev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@karatakis hello! Thank you for PR, can you rustfmt?

@karatakis
Copy link
Contributor Author

@ikrivosheev done

Copy link
Member

@ikrivosheev ikrivosheev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@karatakis thank you! LGMT!

src/table/column.rs Outdated Show resolved Hide resolved
@ikrivosheev ikrivosheev requested a review from tyt2y3 October 12, 2022 17:54
@ikrivosheev ikrivosheev merged commit 122b325 into SeaQL:master Oct 14, 2022
@ikrivosheev
Copy link
Member

@karatakis can you create PR in https://github.com/SeaQL/sea-schema/?

@karatakis
Copy link
Contributor Author

@ikrivosheev I will start ASAP

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.

3 participants