Comment 1 for bug 1041445

Revision history for this message
Ghislain Fourny (gislenius) wrote : Re: Checking for null in JSONiq

The specification now specifies behavior for:
- casting to and from null
- arithmetic operations involving null (meeting the above constraints)
- value comparison involving nulls (meeting the above constraints)
- general comparison involving nulls

If we have consensus, it needs to be implemented.