Last modified by Thomas Mortagne on 2023/10/13

From version 82.1
edited by Vincent Massol
on 2015/11/13
Change comment: There is no comment for this version
To version 83.1
edited by Thomas Mortagne
on 2016/07/13
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.VincentMassol
1 +XWiki.ThomasMortagne
Content
... ... @@ -539,7 +539,7 @@
539 539  In HQL and XWQL it's now possible to execute full ##SELECT## queries without Programming Right as long as you follow some rules currently defined in ##com.xpn.xwiki.internal.store.hibernate.query.HqlQueryUtils##, which contains a list of the database field allowed in the SELECT clause. Namely:
540 540  
541 541  * For the ##Document##/##XWikiDocument## table: ##fullName##, ##name##, ##space##, ##language##, ##defaultLanguage##, ##translation##, ##hidden##
542 -* For the ##Space##/##XWikiSpace## table: ##reference##, ##name##, ##parent##, ##hidden##
542 +* For the ##XWikiSpace## table: ##reference##, ##name##, ##parent##, ##hidden##
543 543  
544 544  This is also true for the Named Queries located in the ##queries.hbm.xml## file.
545 545  

Get Connected