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 upthe trait `diesel::query_builder::QueryFragment<DB>` is not implemented for `u32` #552
Comments
This comment has been minimized.
mattico
commented
Dec 26, 2016
|
Oh, and I'm using the SQLite backend. That's probably important |
This comment has been minimized.
|
The error message is telling you that you are using the wrong integer types. |
sgrif
closed this
Dec 26, 2016
This comment has been minimized.
mattico
commented
Dec 26, 2016
|
Thanks! |
This comment has been minimized.
TheWaWaR
commented
Jun 30, 2017
http://www.sqlite.org/datatype3.html#storageclasses Seems |
mattico commentedDec 26, 2016
This is probably a simple error, but there aren't really any docs about how
Insertableworks, and the compiler error is not helpful.Gives:
This error suggests that you can't insert integers? I can't imagine that is true, though the tests don't have any integers that aren't ids.