fixed a bug where a stored zero value was transformed into an empty string
QueryControls can be initialized with stored values. When the stored value was zero however, it was cast to an empty string, which led the select query widget to show no answer at all (because unlike 0, the empty string was not a valid answer)