[Zorba-coders] [Merge] lp:~zorba-coders/zorba/expr-matching into lp:zorba

2013-02-21 Thread noreply
The proposal to merge lp:~zorba-coders/zorba/expr-matching into lp:zorba has 
been updated.

Status: Approved => Merged

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/expr-matching/+merge/149957
-- 
https://code.launchpad.net/~zorba-coders/zorba/expr-matching/+merge/149957
Your team Zorba Coders is subscribed to branch lp:zorba.

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[Zorba-coders] [Merge] lp:~zorba-coders/zorba/expr-matching into lp:zorba

2013-02-21 Thread Zorba Build Bot
Validation queue job expr-matching-2013-02-22T00-12-49.083Z is finished. The 
final status was:

All tests succeeded!
-- 
https://code.launchpad.net/~zorba-coders/zorba/expr-matching/+merge/149957
Your team Zorba Coders is subscribed to branch lp:zorba.

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[Zorba-coders] [Merge] lp:~zorba-coders/zorba/expr-matching into lp:zorba

2013-02-21 Thread Zorba Build Bot
Validation queue starting for merge proposal.
Log at: 
http://zorbatest.lambda.nu:8080/remotequeue/expr-matching-2013-02-22T00-12-49.083Z/log.html
-- 
https://code.launchpad.net/~zorba-coders/zorba/expr-matching/+merge/149957
Your team Zorba Coders is subscribed to branch lp:zorba.

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[Zorba-coders] [Merge] lp:~zorba-coders/zorba/expr-matching into lp:zorba

2013-02-21 Thread Markos Zaharioudakis
The proposal to merge lp:~zorba-coders/zorba/expr-matching into lp:zorba has 
been updated.

Status: Needs review => Approved

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/expr-matching/+merge/149957
-- 
https://code.launchpad.net/~zorba-coders/zorba/expr-matching/+merge/149957
Your team Zorba Coders is subscribed to branch lp:zorba.

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


Re: [Zorba-coders] [Merge] lp:~zorba-coders/zorba/expr-matching into lp:zorba

2013-02-21 Thread Markos Zaharioudakis
Review: Approve


-- 
https://code.launchpad.net/~zorba-coders/zorba/expr-matching/+merge/149957
Your team Zorba Coders is subscribed to branch lp:zorba.

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[Zorba-coders] [Merge] lp:~zorba-coders/zorba/expr-matching into lp:zorba

2013-02-21 Thread Markos Zaharioudakis
Markos Zaharioudakis has proposed merging lp:~zorba-coders/zorba/expr-matching 
into lp:zorba.

Commit message:
fixed bug in IndexMatchingRule::checkFreeVars

Requested reviews:
  Markos Zaharioudakis (markos-za)

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/expr-matching/+merge/149957

fixed bug in IndexMatchingRule::checkFreeVars
-- 
https://code.launchpad.net/~zorba-coders/zorba/expr-matching/+merge/149957
Your team Zorba Coders is subscribed to branch lp:zorba.
=== modified file 'src/compiler/rewriter/rules/index_matching_rule.cpp'
--- src/compiler/rewriter/rules/index_matching_rule.cpp	2013-02-21 22:41:14 +
+++ src/compiler/rewriter/rules/index_matching_rule.cpp	2013-02-22 00:10:33 +
@@ -1046,7 +1046,8 @@
 if (freeVar == domVar)
   continue;
 
-if (freeVar->get_flwor_clause()->get_flwor_expr() == theQueryExpr)
+if (freeVar->get_flwor_clause() != NULL &&
+freeVar->get_flwor_clause()->get_flwor_expr() == theQueryExpr)
 {
   freeVar->setVisitId(1);
 }

=== added file 'test/rbkt/ExpCompilerResults/IterPlan/zorba/index/match_veq_11.iter'
--- test/rbkt/ExpCompilerResults/IterPlan/zorba/index/match_veq_11.iter	1970-01-01 00:00:00 +
+++ test/rbkt/ExpCompilerResults/IterPlan/zorba/index/match_veq_11.iter	2013-02-22 00:10:33 +
@@ -0,0 +1,180 @@
+Iterator tree for doc indexer:
+
+  
+
+  
+  
+
+  
+  
+
+  
+
+  
+
+  
+
+  
+
+  
+
+
+Iterator tree for index:
+
+  
+
+  http://www.28msec.com/benchmark/lib/custacc,ca,custaccs)"/>
+
+  
+  
+
+  
+  
+
+  
+
+  
+
+  
+
+  
+
+  
+
+
+Iterator tree for doc indexer:
+
+  
+
+  
+  
+
+  
+  
+
+  
+
+  
+
+  
+
+  
+
+
+Iterator tree for index:
+
+  
+
+  http://www.28msec.com/benchmark/lib/custacc,ca,custaccs)"/>
+
+  
+  
+
+  
+  
+
+  
+
+  
+
+  
+
+  
+
+
+Iterator tree for const-folded expr:
+
+  
+  
+  
+
+
+Iterator tree for main query:
+
+  
+http://www.28msec.com/benchmark/lib/custacc,ca,custaccs)"/>
+  
+  
+http://www.28msec.com/benchmark/lib/custacc,ca,orders)"/>
+  
+  
+http://www.28msec.com/benchmark/lib/custacc,ca,index-custaccs-str)"/>
+  
+  
+http://www.28msec.com/benchmark/lib/custacc,ca,index-custaccs-int)"/>
+  
+  
+
+  
+http://www.28msec.com/benchmark/lib/custacc,ca,custaccs)"/>
+  
+
+
+  
+http://www.28msec.com/benchmark/lib/custacc,ca,orders)"/>
+  
+
+
+  
+
+  
+
+
+  
+
+  
+
+
+  
+
+  
+
+  
+  
+
+
+  
+  
+
+
+
+  http://www.28msec.com/benchmark/lib/custacc,ca,index-custaccs-str)"/>
+  
+
+  
+  
+
+  
+
+  
+
+  
+
+
+  
+
+  
+  
+
+  
+
+
+  
+
+  
+
+  
+  
+
+  
+  
+
+  
+
+  
+
+  
+
+  
+
+

=== added file 'test/rbkt/Queries/zorba/index/match_veq_11.spec'
--- test/rbkt/Queries/zorba/index/match_veq_11.spec	1970-01-01 00:00:00 +
+++ test/rbkt/Queries/zorba/index/match_veq_11.spec	2013-02-22 00:10:33 +
@@ -0,0 +1,1 @@
+Error:  http://www.w3.org/2005/xqt-errors:FORG0006

=== added file 'test/rbkt/Queries/zorba/index/match_veq_11.xq'
--- test/rbkt/Queries/zorba/index/match_veq_11.xq	1970-01-01 00:00:00 +
+++ test/rbkt/Queries/zorba/index/match_veq_11.xq	2013-02-22 00:10:33 +
@@ -0,0 +1,32 @@
+
+import module namespace dml = 
+"http://www.zorba-xquery.com/modules/store/static/collections/dml";;
+
+import module namespace ddl = 
+"http://www.zorba-xquery.com/modules/store/static/collections/ddl";;
+
+import module namespace iddl = 
+"http://www.zorba-xquery.com/modules/store/static/indexes/ddl";;
+
+import module namespace ca = 
+'http://www.28msec.com/benchmark/lib/custacc' at 'match_veq_11.xqlib';
+
+
+ddl:create(xs:QName("ca:custaccs"));
+
+ddl:create(xs:QName("ca:orders"));
+
+
+iddl:create($ca:index-custaccs-str);
+
+iddl:create($ca:index-custaccs-int);
+
+
+let $orderprice :=
+  for $cust in dml:collection($ca:custaccs)[@id eq 4]
+  for $acct-id in $cust/Accounts/Account/@id/fn:string(.)
+  fo

[Zorba-coders] [Merge] lp:~zorba-coders/zorba/expr-matching into lp:zorba

2013-02-21 Thread noreply
The proposal to merge lp:~zorba-coders/zorba/expr-matching into lp:zorba has 
been updated.

Status: Approved => Merged

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/expr-matching/+merge/149949
-- 
https://code.launchpad.net/~zorba-coders/zorba/expr-matching/+merge/149949
Your team Zorba Coders is subscribed to branch lp:zorba.

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[Zorba-coders] [Merge] lp:~zorba-coders/zorba/expr-matching into lp:zorba

2013-02-21 Thread Zorba Build Bot
Validation queue job expr-matching-2013-02-21T22-46-52.532Z is finished. The 
final status was:

All tests succeeded!
-- 
https://code.launchpad.net/~zorba-coders/zorba/expr-matching/+merge/149949
Your team Zorba Coders is subscribed to branch lp:zorba.

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[Zorba-coders] [Merge] lp:~zorba-coders/zorba/expr-matching into lp:zorba

2013-02-21 Thread Markos Zaharioudakis
The proposal to merge lp:~zorba-coders/zorba/expr-matching into lp:zorba has 
been updated.

Status: Needs review => Approved

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/expr-matching/+merge/149949
-- 
https://code.launchpad.net/~zorba-coders/zorba/expr-matching/+merge/149949
Your team Zorba Coders is subscribed to branch lp:zorba.

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[Zorba-coders] [Merge] lp:~zorba-coders/zorba/expr-matching into lp:zorba

2013-02-21 Thread Zorba Build Bot
Validation queue starting for merge proposal.
Log at: 
http://zorbatest.lambda.nu:8080/remotequeue/expr-matching-2013-02-21T22-46-52.532Z/log.html
-- 
https://code.launchpad.net/~zorba-coders/zorba/expr-matching/+merge/149949
Your team Zorba Coders is subscribed to branch lp:zorba.

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


Re: [Zorba-coders] [Merge] lp:~zorba-coders/zorba/expr-matching into lp:zorba

2013-02-21 Thread Markos Zaharioudakis
Review: Approve


-- 
https://code.launchpad.net/~zorba-coders/zorba/expr-matching/+merge/149949
Your team Zorba Coders is subscribed to branch lp:zorba.

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[Zorba-coders] [Merge] lp:~zorba-coders/zorba/expr-matching into lp:zorba

2013-02-21 Thread Markos Zaharioudakis
Markos Zaharioudakis has proposed merging lp:~zorba-coders/zorba/expr-matching 
into lp:zorba.

Commit message:
enhanced index key matching

Requested reviews:
  Markos Zaharioudakis (markos-za)

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/expr-matching/+merge/149949

enhanced index key matching
-- 
https://code.launchpad.net/~zorba-coders/zorba/expr-matching/+merge/149949
Your team Zorba Coders is subscribed to branch lp:zorba.
=== modified file 'src/compiler/rewriter/rules/index_matching_rule.cpp'
--- src/compiler/rewriter/rules/index_matching_rule.cpp	2013-02-21 06:30:02 +
+++ src/compiler/rewriter/rules/index_matching_rule.cpp	2013-02-21 22:39:36 +
@@ -967,6 +967,9 @@
 expr* vexpr,
 expr::substitution_t& subst)
 {
+  TypeManager* tm = qexpr->get_type_manager();
+  RootTypeManager& rtm = GENV_TYPESYSTEM;
+
   if (qexpr->get_expr_kind() == promote_expr_kind &&
   vexpr->get_expr_kind() == promote_expr_kind)
   {
@@ -975,9 +978,6 @@
 xqtref_t qtype = qe->get_return_type();
 xqtref_t vtype = ve->get_target_type();
 
-TypeManager* tm = qe->get_type_manager();
-RootTypeManager& rtm = GENV_TYPESYSTEM;
-
 if (TypeOps::is_subtype(tm, *vtype, *qtype) ||
 (TypeOps::is_subtype(tm, *qtype, *rtm.UNTYPED_ATOMIC_TYPE_STAR) &&
  TypeOps::is_subtype(tm, *vtype, *rtm.STRING_TYPE_STAR)))
@@ -994,9 +994,6 @@
 xqtref_t qtype = qexpr->get_return_type();
 xqtref_t vtype = ve->get_target_type();
 
-TypeManager* tm = qexpr->get_type_manager();
-RootTypeManager& rtm = GENV_TYPESYSTEM;
-
 if (TypeOps::is_subtype(tm, *qtype, *vtype) ||
 (TypeOps::is_subtype(tm, *qtype, *rtm.UNTYPED_ATOMIC_TYPE_STAR) &&
  TypeOps::is_subtype(tm, *vtype, *rtm.STRING_TYPE_STAR)))
@@ -1011,6 +1008,18 @@
   {
 treat_expr* ve = static_cast(vexpr);
 
+if (qexpr->get_expr_kind() == promote_expr_kind)
+{
+  promote_expr* qe = static_cast(qexpr);
+  xqtref_t qtype = qe->get_return_type();
+  xqtref_t vtype = ve->get_target_type();
+
+  if (TypeOps::is_subtype(tm, *vtype, *qtype))
+  {
+return expr_tools::match_exact(qe->get_input(), ve->get_input(), subst);
+  }
+}
+
 return expr_tools::match_exact(qexpr, ve->get_input(), subst);
   }
 

=== added file 'test/rbkt/ExpCompilerResults/IterPlan/zorba/index/match_veq_09.iter'
--- test/rbkt/ExpCompilerResults/IterPlan/zorba/index/match_veq_09.iter	1970-01-01 00:00:00 +
+++ test/rbkt/ExpCompilerResults/IterPlan/zorba/index/match_veq_09.iter	2013-02-21 22:39:36 +
@@ -0,0 +1,113 @@
+Iterator tree for index:
+
+  
+
+  http://28.io/collections,db28,faqs)"/>
+
+  
+  
+
+  
+  
+
+  
+
+
+  
+
+  
+
+  
+
+
+Iterator tree for const-folded expr:
+
+  
+  
+  
+
+
+Iterator tree for main query:
+
+  
+
+  http://28.io/collections,db28,faqs)"/>
+
+  
+  
+
+  http://28.io/collections,db28,answers)"/>
+
+  
+  
+
+  http://28.io/collections,db28,question-id-idx)"/>
+
+  
+  
+
+  
+  
+  
+
+  
+  
+
+
+  
+
+
+
+  http://28.io/collections,db28,answers)"/>
+
+  
+  
+
+  
+
+  
+  
+
+  
+
+
+  
+  
+
+
+  
+
+
+  
+
+  
+
+
+  
+  
+  
+
+  
+
+  http://28.io/collections,db28,question-id-idx)"/>
+  
+  
+  
+  
+  
+  
+
+  
+  
+
+  
+  
+
+  
+
+  
+  
+
+  
+
+

=== added file 'test/rbkt/ExpQueryResults/zorba/index/match_veq_09.xml.res'
=== added file 'test/rbkt/Queries/zorba/index/match_veq_09.xq'
--- test/rbkt/Queries/zorba/index/match_veq_09.xq	1970-01-01 00:00:00 +
+++ test/rbkt/Queries/zorba/index/match_veq_09.xq	2013-02-21 22:39:36 +
@@ -0,0 +1,31 @@
+
+
+import module namespace db28 = 
+"http://28.io/collections"; at "match_veq_09.xqlib";
+
+import module namespace dml = 
+"http://www.zorba-xquery.com/modules/store/static/collections/dml";;
+
+import module namespace ddl = 
+"http://www.zorba-xquery.com/modules/store/static/collections/ddl";;
+
+import module namespace iddl = 
+"http://www.zorba-xquery.com/modules/store/static/indexes/ddl";;
+
+
+ddl:create(xs:QName("db28:faqs"));
+
+ddl:create(xs:QName("db28:answers"));
+
+iddl:create(xs:QName("db28:question-id-idx"));
+
+
+for $answers in dml:collection(xs:QName("db28:answers"))
+let $id := $answers("question_id")
+group by $id
+let $count := count($answers)
+order by $count descending
+ret

[Zorba-coders] [Merge] lp:~zorba-coders/zorba/expr-matching into lp:zorba

2013-02-20 Thread noreply
The proposal to merge lp:~zorba-coders/zorba/expr-matching into lp:zorba has 
been updated.

Status: Approved => Merged

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/expr-matching/+merge/149751
-- 
https://code.launchpad.net/~zorba-coders/zorba/expr-matching/+merge/149751
Your team Zorba Coders is subscribed to branch lp:zorba.

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[Zorba-coders] [Merge] lp:~zorba-coders/zorba/expr-matching into lp:zorba

2013-02-20 Thread Zorba Build Bot
Validation queue job expr-matching-2013-02-21T06-35-46.349Z is finished. The 
final status was:

All tests succeeded!
-- 
https://code.launchpad.net/~zorba-coders/zorba/expr-matching/+merge/149751
Your team Zorba Coders is subscribed to branch lp:zorba.

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[Zorba-coders] [Merge] lp:~zorba-coders/zorba/expr-matching into lp:zorba

2013-02-20 Thread Zorba Build Bot
Validation queue starting for merge proposal.
Log at: 
http://zorbatest.lambda.nu:8080/remotequeue/expr-matching-2013-02-21T06-35-46.349Z/log.html
-- 
https://code.launchpad.net/~zorba-coders/zorba/expr-matching/+merge/149751
Your team Zorba Coders is subscribed to branch lp:zorba.

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[Zorba-coders] [Merge] lp:~zorba-coders/zorba/expr-matching into lp:zorba

2013-02-20 Thread Markos Zaharioudakis
The proposal to merge lp:~zorba-coders/zorba/expr-matching into lp:zorba has 
been updated.

Status: Needs review => Approved

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/expr-matching/+merge/149751
-- 
https://code.launchpad.net/~zorba-coders/zorba/expr-matching/+merge/149751
Your team Zorba Coders is subscribed to branch lp:zorba.

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


Re: [Zorba-coders] [Merge] lp:~zorba-coders/zorba/expr-matching into lp:zorba

2013-02-20 Thread Markos Zaharioudakis
Review: Approve


-- 
https://code.launchpad.net/~zorba-coders/zorba/expr-matching/+merge/149751
Your team Zorba Coders is subscribed to branch lp:zorba.

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[Zorba-coders] [Merge] lp:~zorba-coders/zorba/expr-matching into lp:zorba

2013-02-20 Thread Markos Zaharioudakis
Markos Zaharioudakis has proposed merging lp:~zorba-coders/zorba/expr-matching 
into lp:zorba.

Commit message:
fixed typing-related bug in index matching

Requested reviews:
  Markos Zaharioudakis (markos-za)

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/expr-matching/+merge/149751

fixed typing-related bug in index matching
-- 
https://code.launchpad.net/~zorba-coders/zorba/expr-matching/+merge/149751
Your team Zorba Coders is subscribed to branch lp:zorba.
=== modified file 'src/compiler/rewriter/rules/index_matching_rule.cpp'
--- src/compiler/rewriter/rules/index_matching_rule.cpp	2013-01-29 06:01:31 +
+++ src/compiler/rewriter/rules/index_matching_rule.cpp	2013-02-21 06:31:22 +
@@ -978,7 +978,7 @@
 TypeManager* tm = qe->get_type_manager();
 RootTypeManager& rtm = GENV_TYPESYSTEM;
 
-if (TypeOps::is_subtype(tm, *qtype, *vtype) ||
+if (TypeOps::is_subtype(tm, *vtype, *qtype) ||
 (TypeOps::is_subtype(tm, *qtype, *rtm.UNTYPED_ATOMIC_TYPE_STAR) &&
  TypeOps::is_subtype(tm, *vtype, *rtm.STRING_TYPE_STAR)))
 {

=== added file 'test/rbkt/ExpCompilerResults/IterPlan/zorba/index/match_veq_08b.iter'
--- test/rbkt/ExpCompilerResults/IterPlan/zorba/index/match_veq_08b.iter	1970-01-01 00:00:00 +
+++ test/rbkt/ExpCompilerResults/IterPlan/zorba/index/match_veq_08b.iter	2013-02-21 06:31:22 +
@@ -0,0 +1,113 @@
+Iterator tree for index:
+
+  
+
+  http://28.io/collections,db28,faqs)"/>
+
+  
+  
+
+  
+  
+
+  
+
+
+  
+
+  
+
+  
+
+
+Iterator tree for const-folded expr:
+
+  
+  
+  
+
+
+Iterator tree for main query:
+
+  
+
+  http://28.io/collections,db28,faqs)"/>
+
+  
+  
+
+  http://28.io/collections,db28,answers)"/>
+
+  
+  
+
+  http://28.io/collections,db28,question-id-idx)"/>
+
+  
+  
+
+  
+  
+  
+
+  
+  
+
+
+  
+
+
+
+  http://28.io/collections,db28,answers)"/>
+
+  
+  
+
+  
+
+  
+  
+
+  
+
+
+  
+  
+
+
+  
+
+
+  
+
+  
+
+
+  
+  
+  
+
+  
+
+  http://28.io/collections,db28,question-id-idx)"/>
+  
+  
+  
+  
+  
+  
+
+  
+  
+
+  
+  
+
+  
+
+  
+  
+
+  
+
+

=== added file 'test/rbkt/ExpQueryResults/zorba/index/match_veq_08.xml.res'
=== added file 'test/rbkt/ExpQueryResults/zorba/index/match_veq_08b.xml.res'
=== added file 'test/rbkt/Queries/zorba/index/match_veq_08.xq'
--- test/rbkt/Queries/zorba/index/match_veq_08.xq	1970-01-01 00:00:00 +
+++ test/rbkt/Queries/zorba/index/match_veq_08.xq	2013-02-21 06:31:22 +
@@ -0,0 +1,21 @@
+import module namespace db28 = 
+"http://28.io/collections"; at "match_veq_08.xqlib";
+
+import module namespace dml = 
+"http://www.zorba-xquery.com/modules/store/static/collections/dml";;
+
+import module namespace ddl = 
+"http://www.zorba-xquery.com/modules/store/static/collections/ddl";;
+
+import module namespace iddl = 
+"http://www.zorba-xquery.com/modules/store/static/indexes/ddl";;
+
+
+ddl:create(xs:QName("db28:faqs"));
+
+iddl:create(xs:QName("db28:question-id-idx"));
+
+
+for $obj in dml:collection(xs:QName("db28:faqs"))
+where $obj("question_id") eq "4419499"
+return $obj

=== added file 'test/rbkt/Queries/zorba/index/match_veq_08.xqlib'
--- test/rbkt/Queries/zorba/index/match_veq_08.xqlib	1970-01-01 00:00:00 +
+++ test/rbkt/Queries/zorba/index/match_veq_08.xqlib	2013-02-21 06:31:22 +
@@ -0,0 +1,15 @@
+
+module namespace db28 = "http://28.io/collections";;
+
+import module namespace db = "http://www.zorba-xquery.com/modules/store/static/collections/dml";;
+
+declare namespace an = "http://www.zorba-xquery.com/annotations";;
+
+declare collection db28:answers as object()*;
+
+declare collection db28:faqs as object()*;
+
+declare %an:value-range index db28:question-id-idx
+on nodes db:collection(xs:QName("db28:faqs"))
+by .("question_id") as xs:string?;
+

=== added file 'test/rbkt/Queries/zorba/index/match_veq_08b.xq'
--- test/rbkt/Queries/zorba/index/match_veq_08b.xq	1970-01-01 00:00:00 +
+++ test/rbkt/Queries/zorba/index/match_veq_08b.xq	2013-02-21 06:31:22 +
@@ -0,0 +1,31 @@
+
+
+import module namespace db28 = 
+"http://28.io/collections"; at "match_veq_08.xqlib";
+
+import module namespace dml = 
+"http://www.zorba-xquery.com/modules/store/static/collections/dml";;
+
+import module namespace ddl = 
+"http://www.zorba-xquery.com/modules/store/static/collections/d

[Zorba-coders] [Merge] lp:~zorba-coders/zorba/expr-matching into lp:zorba

2013-01-29 Thread noreply
The proposal to merge lp:~zorba-coders/zorba/expr-matching into lp:zorba has 
been updated.

Status: Approved => Merged

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/expr-matching/+merge/141028
-- 
https://code.launchpad.net/~zorba-coders/zorba/expr-matching/+merge/141028
Your team Zorba Coders is subscribed to branch lp:zorba.

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[Zorba-coders] [Merge] lp:~zorba-coders/zorba/expr-matching into lp:zorba

2013-01-29 Thread Zorba Build Bot
Validation queue job expr-matching-2013-01-29T18-33-17.542Z is finished. The 
final status was:

All tests succeeded!
-- 
https://code.launchpad.net/~zorba-coders/zorba/expr-matching/+merge/141028
Your team Zorba Coders is subscribed to branch lp:zorba.

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[Zorba-coders] [Merge] lp:~zorba-coders/zorba/expr-matching into lp:zorba

2013-01-29 Thread Markos Zaharioudakis
The proposal to merge lp:~zorba-coders/zorba/expr-matching into lp:zorba has 
been updated.

Status: Needs review => Approved

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/expr-matching/+merge/141028
-- 
https://code.launchpad.net/~zorba-coders/zorba/expr-matching/+merge/141028
Your team Zorba Coders is subscribed to branch lp:zorba.

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[Zorba-coders] [Merge] lp:~zorba-coders/zorba/expr-matching into lp:zorba

2013-01-29 Thread Zorba Build Bot
Validation queue starting for merge proposal.
Log at: 
http://zorbatest.lambda.nu:8080/remotequeue/expr-matching-2013-01-29T18-33-17.542Z/log.html
-- 
https://code.launchpad.net/~zorba-coders/zorba/expr-matching/+merge/141028
Your team Zorba Coders is subscribed to branch lp:zorba.

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[Zorba-coders] [Merge] lp:~zorba-coders/zorba/expr-matching into lp:zorba

2013-01-29 Thread Zorba Build Bot
The proposal to merge lp:~zorba-coders/zorba/expr-matching into lp:zorba has 
been updated.

Status: Approved => Needs review

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/expr-matching/+merge/141028
-- 
https://code.launchpad.net/~zorba-coders/zorba/expr-matching/+merge/141028
Your team Zorba Coders is subscribed to branch lp:zorba.

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


Re: [Zorba-coders] [Merge] lp:~zorba-coders/zorba/expr-matching into lp:zorba

2013-01-29 Thread Zorba Build Bot
The attempt to merge lp:~zorba-coders/zorba/expr-matching into lp:zorba failed. 
Below is the output from the failed tests.


CMake Error at /home/ceej/zo/testing/zorbatest/tester/TarmacLander.cmake:275 
(message):
  Validation queue job expr-matching-2013-01-29T14-30-13.686Z is finished.
  The final status was:

  

  14 tests did not succeed - changes not commited.


Error in read script: /home/ceej/zo/testing/zorbatest/tester/TarmacLander.cmake

-- 
https://code.launchpad.net/~zorba-coders/zorba/expr-matching/+merge/141028
Your team Zorba Coders is subscribed to branch lp:zorba.

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[Zorba-coders] [Merge] lp:~zorba-coders/zorba/expr-matching into lp:zorba

2013-01-29 Thread Zorba Build Bot
Validation queue starting for merge proposal.
Log at: 
http://zorbatest.lambda.nu:8080/remotequeue/expr-matching-2013-01-29T14-30-13.686Z/log.html
-- 
https://code.launchpad.net/~zorba-coders/zorba/expr-matching/+merge/141028
Your team Zorba Coders is subscribed to branch lp:zorba.

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[Zorba-coders] [Merge] lp:~zorba-coders/zorba/expr-matching into lp:zorba

2013-01-29 Thread Markos Zaharioudakis
The proposal to merge lp:~zorba-coders/zorba/expr-matching into lp:zorba has 
been updated.

Status: Needs review => Approved

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/expr-matching/+merge/141028
-- 
https://code.launchpad.net/~zorba-coders/zorba/expr-matching/+merge/141028
Your team Zorba Coders is subscribed to branch lp:zorba.

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


Re: [Zorba-coders] [Merge] lp:~zorba-coders/zorba/expr-matching into lp:zorba

2013-01-29 Thread Markos Zaharioudakis
Review: Approve


-- 
https://code.launchpad.net/~zorba-coders/zorba/expr-matching/+merge/141028
Your team Zorba Coders is subscribed to branch lp:zorba.

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[Zorba-coders] [Merge] lp:~zorba-coders/zorba/expr-matching into lp:zorba

2013-01-11 Thread Zorba Build Bot
The proposal to merge lp:~zorba-coders/zorba/expr-matching into lp:zorba has 
been updated.

Status: Approved => Needs review

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/expr-matching/+merge/141028
-- 
https://code.launchpad.net/~zorba-coders/zorba/expr-matching/+merge/141028
Your team Zorba Coders is subscribed to branch lp:zorba.

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


Re: [Zorba-coders] [Merge] lp:~zorba-coders/zorba/expr-matching into lp:zorba

2013-01-11 Thread Zorba Build Bot
Voting does not meet specified criteria. Required: Approve > 1, Disapprove < 1, 
Needs Fixing < 1, Pending < 1. Got: 2 Pending.
-- 
https://code.launchpad.net/~zorba-coders/zorba/expr-matching/+merge/141028
Your team Zorba Coders is subscribed to branch lp:zorba.

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[Zorba-coders] [Merge] lp:~zorba-coders/zorba/expr-matching into lp:zorba

2013-01-11 Thread Zorba Build Bot
Validation queue job expr-matching-2013-01-11T23-35-10.801Z is finished. The 
final status was:

All tests succeeded!
-- 
https://code.launchpad.net/~zorba-coders/zorba/expr-matching/+merge/141028
Your team Zorba Coders is subscribed to branch lp:zorba.

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[Zorba-coders] [Merge] lp:~zorba-coders/zorba/expr-matching into lp:zorba

2013-01-11 Thread Zorba Build Bot
Validation queue starting for merge proposal.
Log at: 
http://zorbatest.lambda.nu:8080/remotequeue/expr-matching-2013-01-11T23-35-10.801Z/log.html
-- 
https://code.launchpad.net/~zorba-coders/zorba/expr-matching/+merge/141028
Your team Zorba Coders is subscribed to branch lp:zorba.

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[Zorba-coders] [Merge] lp:~zorba-coders/zorba/expr-matching into lp:zorba

2013-01-11 Thread Markos Zaharioudakis
The proposal to merge lp:~zorba-coders/zorba/expr-matching into lp:zorba has 
been updated.

Status: Needs review => Approved

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/expr-matching/+merge/141028
-- 
https://code.launchpad.net/~zorba-coders/zorba/expr-matching/+merge/141028
Your team Zorba Coders is subscribed to branch lp:zorba.

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp