Changes between Initial Version and Version 1 of Ticket #33996, comment 4


Ignore:
Timestamp:
Sep 8, 2022, 9:10:58 AM (20 months ago)
Author:
David Sanders

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #33996, comment 4

    initial v1  
    1 Not to take away from any recommendation from Gagaro or Simon Charette, but here's a patch + test demonstrating coalesce solving the issue: https://github.com/django/django/compare/main...shangxiao:django:ticket_33996
     1Not to take away from any recommendation from Gagaro or Simon Charette, but here's a patch + test demonstrating coalesce solving the issue: https://github.com/django/django/pull/16038
    22
    33Note though this pushes logic back into the SELECT and I haven't an Oracle installation to test with.  Solution also naively ignores non-nullable fields.
Back to Top