F grpc null values
- Aug 03, 2023
-
-
Timm Fitschen authored
-
Timm Fitschen authored
-
- Aug 02, 2023
-
-
Timm Fitschen authored
-
Fixes the NullPointerException which was throws when executing SELECT queries on NULL Values, e.g. SELECT p1 FROM ENTITY WHERE p1 IS NULL
. The implementation needs to be slightly different compared to SELECT p1 FROM ENTITY WHICH DOESN'T HAVE A p1
but the results must be the same.
Related: #311 (closed)
Actually there are three fixed bugs in this MR. The fix of the first revealed the second, which revealed the third. See annotations.
No manual testing required.
Please, prepare your MR for a review. Be sure to write a summary and a focus and create gitlab comments for the reviewer. They should guide the reviewer through the changes, explain your changes and also point out open questions. For further good practices have a look at our review guidelines
For further good practices have a look at our review guidelines.