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 upi64 support for MySQL #787
Comments
This comment has been minimized.
diggyk
commented
Mar 9, 2017
|
Looks like the issue I was having is that I was using int(20) instead of "bigint" in my table definition. And when using infer_schema, bigint looks for a type of Bigint, which doesn't exist. Anyway, I use the table macro instead of inferring and everything works (except timestamp) |
sgrif
closed this
in
aaab1ed
Mar 9, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
diggyk commentedMar 9, 2017
I'm using 0.11.4 and am having issues with the MySQL support. I saw that Timestamp is currently not supported as Insertable but I can't even represent my timestamp as i64 because that too looks unsupported:
38 | #[derive(Insertable)] | ^^^^^^^^^^ the traitdiesel::Expressionis not implemented fori64| = note: required because of the requirements on the impl ofdiesel::Expressionfor&'a i64= note: this error originates in a macro outside of the current crate