Skip to content

Commit

Permalink
Update docs with comment on NULL -> null mapping.
Browse files Browse the repository at this point in the history
  • Loading branch information
john-parton committed Nov 6, 2024
1 parent 758d318 commit 15d115e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/ref/models/database-functions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,8 @@ and ``comment.modified``.
.. class:: JSONArray(*expressions)

Accepts a list of field names or expressions and returns a JSON array
containing those values.
containing those values. SQL ``NULL`` will be mapped to JSON scalar
``null`` on all supported backends.

Usage example:

Expand Down

0 comments on commit 15d115e

Please sign in to comment.