aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Data.MSSQL/Resources (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * Increase inventory description columns from 64 characters to 128Justin Clarke Casey2008-03-071-1/+1
| | | | | | | | As per the suggestions in Mantis 687 (thanks Sakai) to resolve an exception * This won't apply to any existing inventory tables you have, but shouldn't cause any issues with old tables either
* Thank you kindly, Ahzzmandius for addingCharles Krinke2008-03-021-0/+1
| | | | | owner_uuid support to the MSSQL data driver.
* Update svn properties from a bar ftw. Kanpai!Jeff Ames2008-02-142-54/+54
|
* * Moved insertRegionRow into MSSQLGridDatalbsa712008-02-132-5/+18
| | | | | | | | * Split table test and creation into table by table * Debugged table creation Sql * Added missing CreateUserFriendsTable.sql
* * Split out MSSQLManager Test/Init into each provider.lbsa712008-02-131-0/+41
| | | | | | | | | * Made regions table name configurable (MSSQL only) * Added a note in ini.example pointing out that the sql resources have to change if you change table names * Removed duplicate picker method from GridData interface [Provided by openlifegrid.com]
* * Added a hashtable based HTTP processor in preparation of the web_login_keyTeravus Ovares2008-01-091-0/+1
| | | | | | | | * Added the web_login_key to the users table * Added happy configurable http error message pages * This update is large enough to have 'awe' value.. so backup your users or weep. * Not tested on MSSQL, even though I added code to update the tables!
* * Applied MSSQL Patch from akokko, Thanks! akokkoTeravus Ovares2007-12-056-0/+183
* This hasn't been tested in MSSQL mode, however it's been checked to make sure it doesn't cause any issues with mySQL/SQLlite