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
I'd be interested to see a repro for this when you have the time to write one. My first impression is that this is an issue with how the call-site is managing resources - but it's very possible that the library has a resource bug.
In the process of migrating some
selectSource
calls toselectCursor
, I've run into the following runtime error:If I switch from
selectCursor
totransPipe (withCompatibleBackend @SqlBackend) $ selectSource
it works fine.For simpler queries it works fine, it's only on this "more complicated" one that it fails (basically 4 joins).
Will try to provide a minimal repro when I get the time. Just leaving this here for now.
The text was updated successfully, but these errors were encountered: