Change comment:
There is no comment for this version
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. ThomasMortagne1 +XWiki.evalica - Content
-
... ... @@ -8,7 +8,7 @@ 8 8 9 9 = Create the xwiki user and database = 10 10 11 -* Use the EnterpriseManager to create a database named "XWiki" and a user named "xwiki"11 +* Use the XWiki Manager to create a database named "XWiki" and a user named "xwiki" 12 12 * Set xwiki's password to //xwiki// 13 13 * Give database ownership of the XWiki database to the "xwiki" user 14 14 ... ... @@ -72,7 +72,7 @@ 72 72 73 73 == Fix filter in Livetable Macro == 74 74 75 -The filter function in the [[Livetable Macro>> http://extensions.xwiki.org/xwiki/bin/view/Extension/Livetable+Macro]] is not working on MSSQL. The macro function livetable_addColumnToQuery (defined in XWiki.LiveTableResultsMacros) uses in an HQL Statement the function str (Line 576) with an string parameter. This function call is not correctly mapped to the SQL statement.75 +The filter function in the [[Livetable Macro>>doc:extensions:Extension.Livetable Macro]] is not working on MSSQL. The macro function livetable_addColumnToQuery (defined in XWiki.LiveTableResultsMacros) uses in an HQL Statement the function str (Line 576) with an string parameter. This function call is not correctly mapped to the SQL statement. 76 76 A solution to fix the problem is to implement an extension of the SQLServerDialect class to be able to overwrite the registration of the STR function through the following one: 77 77 78 78 {{code language="java"}}