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 upDiesel cannot infer schema when table has `builder` column #934
Comments
alanhdu
referenced this issue
Jun 5, 2017
Open
Compilation with `infer_schema!` panics when table has column named `ops` #851
This comment has been minimized.
|
Looking at the generated code from |
sgrif
closed this
Jun 5, 2017
alanhdu
referenced this issue
Jun 5, 2017
Closed
Cannot derive Debug for struct named builder #42453
This comment has been minimized.
|
rust-lang/rust#48934 This is now fixed :) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
alanhdu commentedJun 5, 2017
When I have a table with a column named
builder:then compiling anything with
infer_schema!fails with:This is with
diesel 0.13andrust 1.17.