Changes between Initial Version and Version 1 of Ticket #59360, comment 29
- Timestamp:
- 10/11/2023 10:49:56 PM (16 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #59360, comment 29
initial v1 1 1 > This ticket seems pretty much a duplicate of #22192. Even the description is copied from there. 2 Shouldn't the commit here be reverted and then both places be fixed from #22192, as the method to fix these and the code is the same?2 > Shouldn't the commit here be reverted and then both places be fixed from #22192, as the method to fix these and the code is the same? 3 3 4 4 There's some different considerations between the functions, such as different filters/numbers of filters, nullable vs non-nullable database fields and such. IMO, it's been beneficial having the work for each function separated to allow us to focus on a given function in its own context.