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
With the migration to Diesel (#210), we gained the ability to pipeline queries. There are opportunities to utilise pipelining all over.
I tried to implement some in the initial release of the migration, but that ended in a bunch of bogus compile errors ("higher-ranked lifetime error"; possibly related to rust-lang/rust#102211).
We can check if we can work around these errors. If we can't, then this issue serves as a reminder to try again in a few releases.
The text was updated successfully, but these errors were encountered:
With the migration to Diesel (#210), we gained the ability to pipeline queries. There are opportunities to utilise pipelining all over.
I tried to implement some in the initial release of the migration, but that ended in a bunch of bogus compile errors ("higher-ranked lifetime error"; possibly related to rust-lang/rust#102211).
We can check if we can work around these errors. If we can't, then this issue serves as a reminder to try again in a few releases.
The text was updated successfully, but these errors were encountered: