You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For example, the post and post_saved tables both have columns for the post id, and both of these columns are selected in post_view because post_saved::all_columns is used. Selecting less columns will speed up compile time (#3610).
For example, the post and post_saved tables both have columns for the post id, and both of these columns are selected in post_view because post_saved::all_columns is used. Selecting less columns will speed up compile time (#3610).
diesel-rs/diesel#3223 (comment)
Edit: selecting less columns did not speed up compile time
The text was updated successfully, but these errors were encountered: