Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
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 theactual
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 onactual
andexpected
tabs.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.