Ad
  • Custom User Avatar

    No, the buffer size didn't change. I think the expected tab can sometimes consume all of the available space (even though I haven't encountered this myself) since its content is not truncated to the first 100 rows like it happens for the actual tab. Anyway, I replaced the CW-provided testing function with the custom one I use, which I somehow forgot to do while updating all of my SQL katas earlier, so this shouldn't happen anymore if your solution is fully correct; otherwise, it'll still output the whole table, both on actual and expected tabs.

  • Custom User Avatar

    Nice kata. Unfortunately, my solution runs in the console error "Max Buffer Size Reached (1.5 MiB)".
    The test is all green. But the "Attempt" fails with this error. I think there are too many rows returned and printed.