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 cli generates invalid joinable!() when using postgres schema #1171
Comments
Eijebong
added
bug
good first issue
labels
Sep 16, 2017
added a commit
to antab/diesel
that referenced
this issue
Sep 16, 2017
antab
referenced this issue
Sep 16, 2017
Merged
Diesel cli: Only print the table name for joinable!(). #1172
added a commit
to antab/diesel
that referenced
this issue
Sep 16, 2017
added a commit
to antab/diesel
that referenced
this issue
Sep 17, 2017
Eijebong
closed this
in
#1172
Sep 21, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
antab commentedSep 16, 2017
Using the following SQL:
Then
diesel print-schema --schema test --database-url postgresql://...will then output:This won't compile and removing
test.from the joinable!() fixes the issue.