Last modified by Thomas Mortagne on 2023/10/10

<
From version < 17.1 >
edited by Denis Gervalle
on 2014/11/11
To version < 19.1 >
edited by Ecaterina Moraru (Valica)
on 2017/09/04
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.dgervalle
1 +XWiki.evalica
Content
... ... @@ -8,7 +8,7 @@
8 8  
9 9  = Create the xwiki user and database =
10 10  
11 -* Use the Enterprise Manager 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"}}
... ... @@ -91,7 +91,7 @@
91 91  
92 92  An XWiki extension is available for XWiki 6.2.2 (and later): [[SQL Server Hibernate Dialect for XWiki>>extensions:Extension.SQL Server Hibernate Dialect for XWiki]]
93 93  
94 -For details see also [[Issue XWIKI-10606>>http://jira.xwiki.org/browse/XWIKI-10606]] on Jira.
94 +For details see also [[Issue XWIKI-10606>>https://jira.xwiki.org/browse/XWIKI-10606]] on Jira.
95 95  
96 96  == Hints for upgrading to MS SQL 2005 ==
97 97  

Get Connected