New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

`sql` is in `dsl` but `select` isn't and I don't know why #1622

Closed
sgrif opened this Issue Apr 6, 2018 · 1 comment

Comments

Projects
None yet
3 participants
@sgrif
Member

sgrif commented Apr 6, 2018

It's diesel::select but diesel::dsl::sql. For consistency, we should re-export everything from query_builder::functions through dsl instead of just at the crate root.

@tgturner

This comment has been minimized.

Contributor

tgturner commented Apr 19, 2018

I would love to take a look at this one!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment