Changes between Initial Version and Version 1 of Ticket #33996, comment 4
- Timestamp:
- Sep 8, 2022, 9:10:58 AM (2 years ago)
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_339961 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/pull/16038 2 2 3 3 Note 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.