Changes between Version 25 and Version 26 of Ticket #28643
- Timestamp:
- Jan 5, 2018, 3:53:38 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #28643 – Description
v25 v26 7 7 ||||||||||||||= **Comparison** =|| 8 8 ||**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]|| 10 10 ||||||||||||||= **Math** =|| 11 11 ||**Name**||**Description**||**PostgreSQL**||**Oracle**||**MySQL**||**SQLite**||**PR**||