Changes between Initial Version and Version 1 of Ticket #4876, comment 3
- Timestamp:
- 03/10/21 13:24:42 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #4876, comment 3
initial v1 10 10 Notice 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. 11 11 12 If 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 12 14 Most 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?