Markos Zaharioudakis has proposed merging 
lp:~zorba-coders/zorba/mz-couchbase-module into lp:zorba/couchbase-module.

Commit message:
jn:null() to be removed

Requested reviews:
  Markos Zaharioudakis (markos-za)

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/mz-couchbase-module/+merge/179700

jn:null() to be removed
-- 
https://code.launchpad.net/~zorba-coders/zorba/mz-couchbase-module/+merge/179700
Your team Zorba Coders is subscribed to branch lp:zorba/couchbase-module.
=== modified file 'test/Queries/couchbase_module/view.xq'
--- test/Queries/couchbase_module/view.xq	2013-03-24 05:25:54 +0000
+++ test/Queries/couchbase_module/view.xq	2013-08-12 13:26:30 +0000
@@ -15,5 +15,5 @@
 variable $data := cb:view($instance, $view-name, {"stale" : "false"});
 for $d in jn:members($data("rows"))
 let $key := $d("key")
-where not(jn:is-null($key)) and $key >0
+where not($key instance of js:null) and $key >0
 return $d

-- 
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

Reply via email to