Closed nireno closed 6 years ago
And here I was trying to think of how to preserve ordering and coming up blank. That's creative!
I think the build failure is a fluke -- one setup hook had issues. I've seen it happen once or twice before but haven't figured out exactly what's going on. I'll rerun it just to make sure.
I'm a little perplexed by the shifting of tests
(looks like that caught you by surprise too), but I suppose the ordering of internal arrays was never guaranteed in the first place. Merged, thanks for contributing!
Looks like postgres lists rows with null columns last when it left joins so the actual query produces:
user_id | username | test_id | name | id | description |
---|---|---|---|---|---|
3 | "carol" | 2 | "carol's first test" | 2 | "carol's issue" |
3 | "carol" | 3 | "carol's second test" |
but the decompose was reordering it.
Fixes issue #530