Marios Trivyzas bd143334d3
SQL: Fix edge case: <field> IN (null) (#34802)
Handle the case when `null` is the only value in the list so that
it's translated to a `MatchNoDocsQuery`.

Followup to: #34750
2018-10-25 14:24:11 +02:00
..