posted for  Ashley  (at dobeash com)

RebDB v2.0.2 released: http://www.dobeash.com/it/rebdb/

This release fixes a critical bug with multi-column DISTINCT statements that
can cause incorrect query results to be returned. The bug was eventually
tracked down to the behaviour of unique/skip in REBOL, so developers making
use of unique/skip should be aware of this [somewhat unexpected] behaviour:

    >> unique/skip [1 "A" 1 "B"] 2
    == [1 "A"]
    >> unique/skip ["A" 1 "B" 1] 2
    == ["A" 1 "B" 1]

If someone could cross-post this to the ML that would be much appreciated.

--
   ... nice weather   eh

-- 
To unsubscribe from the list, just send an email to 
lists at rebol.com with unsubscribe as the subject.

Reply via email to