Changes between Initial Version and Version 1 of Ticket #31667, comment 1


Ignore:
Timestamp:
Jun 10, 2020, 7:56:42 AM (4 years ago)
Author:
Simon Charette

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #31667, comment 1

    initial v1  
    11> Maybe this could generally be extended to use of `__in` with non-nullable fields?
    22
    3 Since `IN` translates to `OR =` for each elements `NULL != NULL` I assume it could be done at the `__in` lookup level even for non-nullable fields.
     3Since `IN` translates to `OR =` for each elements and `NULL != NULL` I assume it could be done at the `__in` lookup level even for non-nullable fields.
Back to Top