> What would be nice is if you could edit the installation page and add
> instructions to set up MSSQL (same as what exists for other DBs). You
> could attach you hibernate file to the page (as it's done for some DBs
> too).
>
> Later on we could commit in xwiki when others have tested it works
>
On Nov 9, 2007, at 6:09 PM, [EMAIL PROTECTED] wrote:
>>
>> On Nov 9, 2007, at 5:56 PM, [EMAIL PROTECTED] wrote:
>>
Hi David,
All tables are created automatically, you just need to create the
correct empty shema/database (by default "xwiki").
>>>
>>> For MSSQL to work I had to
>
> On Nov 9, 2007, at 5:56 PM, [EMAIL PROTECTED] wrote:
>
>>> Hi David,
>>>
>>> All tables are created automatically, you just need to create the
>>> correct empty shema/database (by default "xwiki").
>>
>> For MSSQL to work I had to create my own xwiki.hbm.xml, the default
>> one
>> didn't work.
On Nov 9, 2007, at 5:56 PM, [EMAIL PROTECTED] wrote:
>> Hi David,
>>
>> All tables are created automatically, you just need to create the
>> correct empty shema/database (by default "xwiki").
>
> For MSSQL to work I had to create my own xwiki.hbm.xml, the default
> one
> didn't work.
would be
> Hi David,
>
> All tables are created automatically, you just need to create the
> correct empty shema/database (by default "xwiki").
For MSSQL to work I had to create my own xwiki.hbm.xml, the default one
didn't work.
Cheers,
Tobias
___
users mailing
Hi David,
All tables are created automatically, you just need to create the
correct empty shema/database (by default "xwiki").
2007/11/9, david bessire <[EMAIL PROTECTED]>:
>
> A second question: according to hibernate.cfg.xml, database objects
> (tables) will be created automatically, at least
A second question: according to hibernate.cfg.xml, database objects (tables)
will be created automatically, at least for some databases.
Is this database-dependent; that is, do some databases require the tables to be
manually created? If so, where can i obtain the .sql files which define the