Changes between Initial Version and Version 1 of Ticket #4876, comment 3


Ignore:
Timestamp:
Mar 10, 2021, 1:24:42 PM (3 years ago)
Author:
pramsey

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #4876, comment 3

    initial v1  
    1010Notice that we're failing during **setup** of the SRF, and bailing, and we are getting a record with all NULL values as a **side effect**. The "correct" thing to return when you bail during setup is what is happening now: zero records are returned.
    1111
     12If you read through those regress diffs they are largely of the sort that "expect a record with a bunch of NULL entries but instead get no record at all".
     13
    1214Most of the remaining errors are of this sort, and what I'm wrestling with is how much logic downstream from this behaviour depends on it. Like, do I now need to figure out how to *ape* this behaviour?