mirror of
https://github.com/django/django.git
synced 2025-08-04 19:08:28 +00:00
Refs #28643 -- Added NullIf database function.
Thanks Nick Pope, Mariusz Felisiak, and Tim Graham for reviews.
This commit is contained in:
parent
217f4456d8
commit
4b9d72210f
6 changed files with 78 additions and 3 deletions
|
@ -899,6 +899,8 @@ occur when an Oracle datatype is used as a column name. In
|
|||
particular, take care to avoid using the names ``date``,
|
||||
``timestamp``, ``number`` or ``float`` as a field name.
|
||||
|
||||
.. _oracle-null-empty-strings:
|
||||
|
||||
NULL and empty strings
|
||||
----------------------
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue