Merge lp:~zorba-coders/zorba/mz-couchbase-module into lp:zorba/couchbase-module

Proposed by Markos Zaharioudakis
Status: Merged
Merged at revision: 47
Proposed branch: lp:~zorba-coders/zorba/mz-couchbase-module
Merge into: lp:zorba/couchbase-module
Diff against target: 10 lines (+1/-1)
1 file modified
test/Queries/couchbase_module/view.xq (+1/-1)
To merge this branch: bzr merge lp:~zorba-coders/zorba/mz-couchbase-module
Reviewer Review Type Date Requested Status
Markos Zaharioudakis Approve
Review via email: mp+179700@code.launchpad.net

Commit message

jn:null() to be removed

Description of the change

jn:null() to be removed

To post a comment you must log in.
Revision history for this message
Markos Zaharioudakis (markos-za) :
review: Approve
Revision history for this message
Zorba Build Bot (zorba-buildbot) wrote :

Validation queue starting for the following merge proposals:
https://code.launchpad.net/~zorba-coders/zorba/mz-couchbase-module/+merge/179700

Progress dashboard at http://jenkins.lambda.nu/view/ValidationQueue

Revision history for this message
Zorba Build Bot (zorba-buildbot) wrote :

Validation queue succeeded - proposal merged!

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'test/Queries/couchbase_module/view.xq'
2--- test/Queries/couchbase_module/view.xq 2013-03-24 05:25:54 +0000
3+++ test/Queries/couchbase_module/view.xq 2013-08-12 13:26:30 +0000
4@@ -15,5 +15,5 @@
5 variable $data := cb:view($instance, $view-name, {"stale" : "false"});
6 for $d in jn:members($data("rows"))
7 let $key := $d("key")
8-where not(jn:is-null($key)) and $key >0
9+where not($key instance of js:null) and $key >0
10 return $d

Subscribers

People subscribed via source and target branches

to all changes: