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 up`as_guery()` should not be needed to pass a table to `exists` #1650
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
alatiera commentedApr 20, 2018
•
edited
Compiler Errors unless the method
.as_query()onfoo::tableis used.Error: https://paste.gnome.org/prsogzgak
Changing the
selecttoselect(exists(episode.as_query()))works, but @sgrif saidthat ideally the explicit
.as_query()should not be required.