Changes between Initial Version and Version 1 of Ticket #31667, comment 1
- Timestamp:
- Jun 10, 2020, 7:56:42 AM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #31667, comment 1
initial v1 1 1 > Maybe this could generally be extended to use of `__in` with non-nullable fields? 2 2 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.3 Since `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.