Changes between Initial Version and Version 1 of Ticket #35778, comment 9


Ignore:
Timestamp:
Oct 2, 2024, 11:41:56 AM (6 weeks ago)
Author:
john-parton

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #35778, comment 9

    initial v1  
    66
    77I think an argument can be made to just delete those 10 lines and have the output SQL closer to standards. It seems like part of the underlying philosophy of moving postgres from JSONB_BUILD_OBJECT to JSON_OBJECT is to settle on standards, so in that sense, reworking Cast() is in line with the overall spirit of the project.
     8
     9Additional Note: If you can delete ten lines of code from the codebase and all the tests still pass, that indicates to me the possibility of some kind of defect or design problem, although not necessarily an error.
Back to Top