﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
36134	"Add ""ABSENT ON NULL"" to JsonArray"	john-parton	john-parton	"On all backends except Sqlite and Postgres version 15 and earlier, there is an additional clause to the JSON_ARRAY SQL which controls whether SQL NULL values are mapped to JSON null values or whether they are omitted.

In sqlite and postgres 15 and earlier, the default behavior is to map them, so my initial feature for JsonArray just had that as the only behavior without any ability to customize on the richer backends.

It would be nice if there was a simple `on_null` parameter to JSON ARRAY to control the behavior.

Pull request here: https://github.com/django/django/pull/19097"	New feature	assigned	Database layer (models, ORM)	dev	Normal				Accepted	1	1	0	0	0	0
