Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign upImplement Unsigned<Tinyint> for MySql #1771
Comments
This comment has been minimized.
|
For the record, |
This comment has been minimized.
RazrFalcon
commented
Jul 5, 2018
|
Yes. I've mistaken. Updated the post. |
sgrif
closed this
in
#1803
Aug 1, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
RazrFalcon commentedJul 2, 2018
•
edited
Setup
Versions
Feature Flags
Problem Description
Looks like
diesel::mysql::types::Unsignedis not implemented foru8, akaTinyint.What are you trying to accomplish?
Use the
TINYINTtype.What is the actual output?
Steps to reproduce
Use this SQL to generate the schema
and try to query it:
Checklist
closed if this is not the case)