You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But if you remove the measurementQualifier triple, it works fine. There can be StatVars where the only difference is whether that field is null or not, and for that reason, its useful to assert it is empty.
My guess is that this is because the translator generates a SQL that checks for measurement_qualifier = "". It should probably check measurement_qualifier IS NULL.
The text was updated successfully, but these errors were encountered:
This query does not return anything:
But if you remove the
measurementQualifier
triple, it works fine. There can be StatVars where the only difference is whether that field is null or not, and for that reason, its useful to assert it is empty.My guess is that this is because the translator generates a SQL that checks for
measurement_qualifier = ""
. It should probably checkmeasurement_qualifier IS NULL
.The text was updated successfully, but these errors were encountered: