Add regression tests exercising more code paths in nodeLimit.c.
Perusal of the code coverage report shows that the existing regression test cases for LIMIT/OFFSET don't exercise the nodeLimit code paths involving backwards scan, empty results, or null values of LIMIT/OFFSET. Improve the coverage.
Showing
Please register or sign in to comment