aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Data.MSSQL/Resources (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-03-07* Increase inventory description columns from 64 characters to 128Justin Clarke Casey1-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
2008-03-02Thank you kindly, Ahzzmandius for addingCharles Krinke1-0/+1
owner_uuid support to the MSSQL data driver.
2008-02-14Update svn properties from a bar ftw. Kanpai!Jeff Ames2-54/+54
2008-02-13* Moved insertRegionRow into MSSQLGridDatalbsa712-5/+18
* Split table test and creation into table by table * Debugged table creation Sql * Added missing CreateUserFriendsTable.sql
2008-02-13* Split out MSSQLManager Test/Init into each provider.lbsa711-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]
2008-01-09* Added a hashtable based HTTP processor in preparation of the web_login_keyTeravus Ovares1-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!
2007-12-05* Applied MSSQL Patch from akokko, Thanks! akokkoTeravus Ovares6-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