Activity log for bug #1058398

Date Who What changed Old value New value Message
2012-09-28 23:36:59 Matthias Brantner bug added bug
2013-03-28 01:50:58 Dana Florescu zorba: importance Undecided High
2013-03-28 01:51:29 Dana Florescu zorba: assignee Dana Florescu (dflorescu)
2013-03-28 01:51:33 Dana Florescu zorba: milestone 2.9
2013-04-05 17:20:41 Dana Florescu tags new-functionality-requirement
2013-05-22 15:32:11 Dana Florescu zorba: milestone 2.9 3.0
2013-08-09 01:16:17 Chris Hillery zorba: assignee Dana Florescu (dflorescu) Matthias Brantner (matthias-brantner)
2013-08-13 00:02:26 Chris Hillery zorba: status New Confirmed
2013-08-21 16:02:06 Matthias Brantner description Implement the following value-based sequence function in a new sequence module: module namespace seq = "http://www.zorba-xquery.com/modules/sequence"; declare function seq:value-intersect($seq1 as xs:anyAtomicType*, $seq2 as xs:anyAtomicType*) as xs:anyAtomicType* external; declare function seq:value-union($seq1 as xs:anyAtomicType*, $seq2 as xs:anyAtomicType*) as xs:anyAtomicType* external; declare function seq:value-expect($seq1 as xs:anyAtomicType*, $seq2 as xs:anyAtomicType*) as xs:anyAtomicType* external; Implement the following value-based sequence function in a new sequence module: module namespace seq = "http://www.zorba-xquery.com/modules/sequence"; declare function seq:value-intersect($seq1 as xs:anyAtomicType*, $seq2 as xs:anyAtomicType*) as xs:anyAtomicType* external; declare function seq:value-union($seq1 as xs:anyAtomicType*, $seq2 as xs:anyAtomicType*) as xs:anyAtomicType* external; declare function seq:value-except($seq1 as xs:anyAtomicType*, $seq2 as xs:anyAtomicType*) as xs:anyAtomicType* external; - The function should use value comparison but use false instead of an error in case of a type mismatch. - JSONiq module
2013-09-13 00:32:57 Matthias Brantner zorba: assignee Matthias Brantner (matthias-brantner) Paul J. Lucas (paul-lucas)
2013-09-24 15:55:51 Paul J. Lucas zorba: status Confirmed In Progress
2013-09-25 21:07:43 Paul J. Lucas summary value-based sequence operations set-based sequence operations
2013-09-25 21:08:27 Paul J. Lucas description Implement the following value-based sequence function in a new sequence module: module namespace seq = "http://www.zorba-xquery.com/modules/sequence"; declare function seq:value-intersect($seq1 as xs:anyAtomicType*, $seq2 as xs:anyAtomicType*) as xs:anyAtomicType* external; declare function seq:value-union($seq1 as xs:anyAtomicType*, $seq2 as xs:anyAtomicType*) as xs:anyAtomicType* external; declare function seq:value-except($seq1 as xs:anyAtomicType*, $seq2 as xs:anyAtomicType*) as xs:anyAtomicType* external; - The function should use value comparison but use false instead of an error in case of a type mismatch. - JSONiq module Implement the following set-based sequence function in a new sequence module: module namespace seq = "http://zorba.io/modules/sequence"; declare function seq:set-intersect($seq1 as xs:anyAtomicType*, $seq2 as xs:anyAtomicType*) as xs:anyAtomicType* external; declare function seq:set-union($seq1 as xs:anyAtomicType*, $seq2 as xs:anyAtomicType*) as xs:anyAtomicType* external; declare function seq:set-except($seq1 as xs:anyAtomicType*, $seq2 as xs:anyAtomicType*) as xs:anyAtomicType* external; - The function should use value comparison but use false instead of an error in case of a type mismatch. - JSONiq module
2013-09-27 02:27:08 Paul J. Lucas branch linked lp:~zorba-coders/zorba/bug-1058398
2013-10-02 00:30:13 Paul J. Lucas zorba: status In Progress Fix Committed