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 upAllowing sqlite unsigned #1907
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
0xpr03 commentedNov 7, 2018
Versions
Problem Description
I can't describe unsigned integers in diesel for sqlite, although I'm trying to access an existing DB with unsigned integer. (Called integerunsigned by SQliteBrowser)
What are you trying to accomplish?
Access unsigned integers in sqlite.
Steps to reproduce
db.rs:
schema.rs:
models.rs:
Output rustc:
Checklist
closed if this is not the case)