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 upBoxed queries do not work with `print_sql!` and `debug_sql!` #947
Comments
This comment has been minimized.
|
Could |
This comment has been minimized.
|
No, becuase |
This comment has been minimized.
|
Fixed by #1051 |
sgrif
closed this
Jul 30, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
sgrif commentedJun 11, 2017
This is because at the time of boxing we specify the backend. I'm actually not entirely sure how we can fix this, since we can't just take
Box<QueryFragment<DB> + QueryFragment<Debug>>. It may be a non-issue once we get logging sorted, but it's a shame that this doesn't "just work"