Changes between Version 25 and Version 26 of Ticket #28643


Ignore:
Timestamp:
Jan 5, 2018, 3:53:38 PM (7 years ago)
Author:
Mads Jensen
Comment:

Added link to NullIf PR.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #28643 – Description

    v25 v26  
    77||||||||||||||= **Comparison** =||
    88||**Name**||**Description**||**PostgreSQL**||**Oracle**||**MySQL**||**SQLite**||**PR**||
    9 ||NULLIF()||Returns NULL if the first argument equals the second.||X||X||X||X||-||
     9||NULLIF()||Returns NULL if the first argument equals the second.||X||X||X||X||[https://github.com/django/django/pull/9543 9543]||
    1010||||||||||||||= **Math** =||
    1111||**Name**||**Description**||**PostgreSQL**||**Oracle**||**MySQL**||**SQLite**||**PR**||
Back to Top