Closed HenrikPoulsen closed 1 year ago
Hey! This is a great idea. Thanks for the feedback :)
Do you mind sharing what version you're using? I had thought we were propagating errors since v1.4.0+, but this may not be the case.
Yeah I noticed this on v1.6.1 and reproduced it on latest main
in this repo with the test. I created #23 with a proposed fix. It just seems like something was missed, because the other cases did handle the errors
I am really enjoying this project.
One issue I noticed very early is that if there's an error in a separate subquery it does not propagate when added to an outer query.
See this test I wrote to illustrate the issue
Is it possible to get it to check the sub queries for errors and return those instead of ignoring them?