Merge lp:~zorba-coders/zorba/couchbase-fn-private into lp:zorba/couchbase-module

Proposed by Markos Zaharioudakis
Status: Merged
Approved by: Markos Zaharioudakis
Approved revision: 41
Merged at revision: 41
Proposed branch: lp:~zorba-coders/zorba/couchbase-fn-private
Merge into: lp:zorba/couchbase-module
Diff against target: 21 lines (+2/-2)
1 file modified
src/couchbase.xq (+2/-2)
To merge this branch: bzr merge lp:~zorba-coders/zorba/couchbase-fn-private
Reviewer Review Type Date Requested Status
Markos Zaharioudakis Approve
Review via email: mp+161473@code.launchpad.net

Commit message

fn prefix not allowed in annotations

Description of the change

fn prefix not allowed in annotations

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 :
Revision history for this message
Zorba Build Bot (zorba-buildbot) wrote :

Validation queue job couchbase-fn-private-2013-04-29T18-58-40.709Z is finished. The final status was:

All tests succeeded!

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'src/couchbase.xq'
--- src/couchbase.xq 2013-01-17 22:52:59 +0000
+++ src/couchbase.xq 2013-04-29 18:50:33 +0000
@@ -361,7 +361,7 @@
361 jn:parse-json(cb:view-text($db, $path))361 jn:parse-json(cb:view-text($db, $path))
362};362};
363363
364declare %fn:private %an:sequential function cb:view-text($db as xs:anyURI, $path as xs:string*)364declare %private %an:sequential function cb:view-text($db as xs:anyURI, $path as xs:string*)
365 as xs:string* external;365 as xs:string* external;
366366
367367
@@ -401,7 +401,7 @@
401 jn:parse-json(cb:view-text($db, $path, $options))401 jn:parse-json(cb:view-text($db, $path, $options))
402};402};
403403
404declare %fn:private %an:sequential function cb:view-text(404declare %private %an:sequential function cb:view-text(
405 $db as xs:anyURI,405 $db as xs:anyURI,
406 $path as xs:string*,406 $path as xs:string*,
407 $options as object())407 $options as object())

Subscribers

People subscribed via source and target branches

to all changes: