Andrea Aime wrote:
> Justin Deoliveira ha scritto:
>
>> Hi all,
>>
>> I have run into a situation I am not sure how to solve. What happens
>> when a binary operator runs into a null value. Right now the null value
>> gets converted to the string "null" and the comparison proceeds, this
>> leads
Justin Deoliveira ha scritto:
> Hi all,
>
> I have run into a situation I am not sure how to solve. What happens
> when a binary operator runs into a null value. Right now the null value
> gets converted to the string "null" and the comparison proceeds, this
> leads to strange results.
>
> So wha
Justin Deoliveira wrote:
> Hi all,
>
> I have run into a situation I am not sure how to solve. What happens
> when a binary operator runs into a null value. Right now the null value
> gets converted to the string "null" and the comparison proceeds, this
> leads to strange results.
>
> So what is on