← Back to team overview

zorba-coders team mailing list archive

[Merge] lp:~zorba-coders/zorba/xquery-30-upon-ddl-import into lp:zorba

 

Ghislain Fourny has proposed merging lp:~zorba-coders/zorba/xquery-30-upon-ddl-import into lp:zorba.

Requested reviews:
  Markos Zaharioudakis (markos-za)
  Matthias Brantner (matthias-brantner)

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/xquery-30-upon-ddl-import/+merge/97827

Declaration of XQuery version 3.0 upon DDL module import
-- 
https://code.launchpad.net/~zorba-coders/zorba/xquery-30-upon-ddl-import/+merge/97827
Your team Zorba Coders is subscribed to branch lp:zorba.
=== modified file 'src/api/staticcollectionmanagerimpl.cpp'
--- src/api/staticcollectionmanagerimpl.cpp	2011-12-21 14:40:33 +0000
+++ src/api/staticcollectionmanagerimpl.cpp	2012-03-16 10:10:50 +0000
@@ -104,6 +104,7 @@
 {
   Zorba_CompilerHints_t lHints;
   std::ostringstream lProlog;
+  lProlog << "xquery version '3.0';";
   lProlog << "import module namespace d = '" << theColDDLNamespace << "';";
   lProlog << "import module namespace iddl = '" << theIdxDDLNamespace << "';";
   aCtx->loadProlog(lProlog.str(), lHints);


Follow ups