← Back to team overview

zorba-coders team mailing list archive

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

 

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

Commit message:
fn prefix not allowed in annotations

Requested reviews:
  Markos Zaharioudakis (markos-za)

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/couchbase-fn-private/+merge/161473

fn prefix not allowed in annotations
-- 
https://code.launchpad.net/~zorba-coders/zorba/couchbase-fn-private/+merge/161473
Your team Zorba Coders is subscribed to branch lp:zorba/couchbase-module.
=== 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 @@
   jn:parse-json(cb:view-text($db, $path))
 };
 
-declare %fn:private %an:sequential function cb:view-text($db as xs:anyURI, $path as xs:string*)
+declare %private %an:sequential function cb:view-text($db as xs:anyURI, $path as xs:string*)
   as xs:string* external;
 
 
@@ -401,7 +401,7 @@
   jn:parse-json(cb:view-text($db, $path, $options))
 };
 
-declare %fn:private %an:sequential function cb:view-text(
+declare %private %an:sequential function cb:view-text(
   $db as xs:anyURI,
   $path as xs:string*,
   $options as object())


Follow ups