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

query_dsl::methods::LoadQuery docs talk about `load`, but it's actually `internal_load` #1791

Open
shepmaster opened this Issue Jul 19, 2018 · 1 comment

Comments

Projects
None yet
2 participants
@shepmaster
Contributor

shepmaster commented Jul 19, 2018

image

@sgrif

This comment has been minimized.

Member

sgrif commented Jul 25, 2018

I'm not sure whether this is actually something we should change. It is the trait that maps to the load method, and the only reason you'd be looking at it instead of RunQueryDsl::load is if you are calling it from generic code.

That method should be called load, but this trait existed before we broke ExecuteDsl into multiple traits.

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