Last modified by Thomas Mortagne on 2017/03/24

From version 6.3
edited by Vincent Massol
on 2010/11/23
Change comment: Changed parent to ReleaseNotes.WebHome following the rename of that page
To version 6.4
edited by Vincent Massol
on 2016/04/15
Change comment: Fix missing escape + broken link

Summary

Details

Page properties
Content
... ... @@ -51,7 +51,7 @@
51 51  * Improvement of Query Manager which was introduced in 1.6M1. The purpose of the Query Manager is to allow using multiple Query Languages and manage them (HQL is one such language). The changes are:
52 52  ** Ability to use positional parameters in Query (only named parameters supported earlier).
53 53  ** Ability to add a new Query Language easily simply by adding a JAR to the Classpath.
54 -* New experimental XWiki Query Language called XWQL. #info("More about the language in [XWQL design page>dev:Design.XWikiQueryLanguage]. The Main syntax and a translator to HQL are implemented. It currently requires programming rights to use in scripts. The current XWQL syntax is not the final one. We'd like some feedback to improve it. The language will fully replace current <tt>$xwiki.search</tt> methods in XE 1.7. The XWQL language is accessible via the Query Manager. Example: <tt>$xwiki.xWiki.store.queryManager.createQuery('from doc.object(XWiki.XWikiUsers) as user', 'xwql').execute()</tt>.")
54 +* New experimental XWiki Query Language called XWQL. #info("More about the language in the [Query Module documentation>extensions:Extension.Query Module]. The Main syntax and a translator to HQL are implemented. It currently requires programming rights to use in scripts. The current XWQL syntax is not the final one. We'd like some feedback to improve it. The language will fully replace current <tt>$xwiki.search</tt> methods in XE 1.7. The XWQL language is accessible via the Query Manager. Example: <tt>\$xwiki.xWiki.store.queryManager.createQuery('from doc.object(XWiki.XWikiUsers) as user', 'xwql').execute()</tt>.")
55 55  
56 56  1.1.1 4. Translations
57 57  

Get Connected