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
Compute statement hashability from underlying query fragment (#245)
* Compute statement hashability from underlying query fragment
We currently depend directly on the hashability of `Statement` in the
various fetch property wrappers, but this conformance has been found to
be problematic and so we should remove it. We can make this change
today, though, before removing it, by computing the hashability of a
statement from its query fragment data.
* wip
* wip
0 commit comments