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
1=== modified file 'src/couchbase.xq'
2--- src/couchbase.xq 2013-01-17 22:52:59 +0000
3+++ src/couchbase.xq 2013-04-29 18:50:33 +0000
4@@ -361,7 +361,7 @@
5 jn:parse-json(cb:view-text($db, $path))
6 };
7
8-declare %fn:private %an:sequential function cb:view-text($db as xs:anyURI, $path as xs:string*)
9+declare %private %an:sequential function cb:view-text($db as xs:anyURI, $path as xs:string*)
10 as xs:string* external;
11
12
13@@ -401,7 +401,7 @@
14 jn:parse-json(cb:view-text($db, $path, $options))
15 };
16
17-declare %fn:private %an:sequential function cb:view-text(
18+declare %private %an:sequential function cb:view-text(
19 $db as xs:anyURI,
20 $path as xs:string*,
21 $options as object())

Subscribers

People subscribed via source and target branches

to all changes: