Skip to content
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

Fix #2480 #2485

Merged
merged 1 commit into from
Aug 17, 2020
Merged

Fix #2480 #2485

merged 1 commit into from
Aug 17, 2020

Conversation

weiznich
Copy link
Member

This commit replaces the recursive trait bounds on our SqlType impls
for tuples with explicit bounds for all tuple sizes. This reduces the
compile time for the 32-column feature for me from 17mins to ~40s.

cc @Ten0

This commit replaces the recursive trait bounds on our SqlType impls
for tuples with explicit bounds for all tuple sizes. This reduces the
compile time for the 32-column feature for me from 17mins to ~40s.
@weiznich weiznich requested a review from a team August 15, 2020 12:08
@weiznich weiznich merged commit ce2f246 into diesel-rs:master Aug 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants