Changes between Initial Version and Version 1 of Ticket #23797, comment 10


Ignore:
Timestamp:
Jun 27, 2020, 5:18:12 PM (4 years ago)
Author:
Jacob Walls

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #23797, comment 10

    initial v1  
    11Looks like there was consensus here around the proper query:
    2 NOT ((length = width) AND (length IS NULL) AND (width IS NULL))
     2`NOT ((length = width) AND (length IS NULL) AND (width IS NULL))`
    33
    44as well as its location in `build_query`.
Back to Top