aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Data.MSSQL/MSSQLManager.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Formatting cleanup.Jeff Ames2008-03-181-26/+25
|
* Thank you kindly, Grumly57 for:Charles Krinke2008-03-151-1/+1
| | | | | | Added MSSQLDataStore.cs to OpenSim.Framework.Data.MSSQL and changed it to reflect the actual capabilites of MySQLDataStore.cs
* * More compiler warning nukage.Adam Frisby2008-03-031-1/+1
|
* Thank you kindly, Ahzzmandius for addingCharles Krinke2008-03-021-2/+7
| | | | | owner_uuid support to the MSSQL data driver.
* * Moved insertUserRow into MSSQLUserData so 'create user' works againlbsa712008-02-131-95/+1
| | | | | | [Provided by openlifegrid.com]
* * Moved insertRegionRow into MSSQLGridDatalbsa712008-02-131-167/+83
| | | | | | | | * 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-66/+1
| | | | | | | | | * 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]
* Converted logging to use log4net.Jeff Ames2008-02-051-7/+9
| | | | | | Changed LogBase to ConsoleBase, which handles console I/O. This is mostly an in-place conversion, so lots of refactoring can still be done.
* * Mother of all commits:Adam Frisby2008-01-151-6/+6
| | | | | | | * Cleaned up copyright notices in AssemblyInfo.cs's * Added Copyright headers to a bunch of files missing them * Replaced several common string instances with a static constant to prevent reallocation of the same strings thousands of times. "" -> String.Empty is the first such candidate.
* * Added a hashtable based HTTP processor in preparation of the web_login_keyTeravus Ovares2008-01-091-3/+21
| | | | | | | | * 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!
* * Optimized usingslbsa712007-12-271-127/+134
| | | | | | | * shortened references * Removed redundant 'this' * Normalized EOF
* Added patch from Johan. First attempt to solve the LibSL.Packet GC problem. ↵Jeff Ames2007-12-201-4/+4
| | | | Works with LibSL rev>1532
* saved OpenSim source code from the giant rampaging unterminated copyright ↵Jeff Ames2007-12-101-1/+1
| | | | notice of doom
* * Applied MSSQL Patch from akokko, Thanks! akokkoTeravus Ovares2007-12-051-45/+571
| | | | | * 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
* * Optimized usingslbsa712007-10-301-32/+36
| | | | | | * Shortened type references * Removed redundant 'this' qualifier
* Renamed SimProfileData to RegionProfileDataTleiades Hax2007-10-171-3/+3
|
* mass update of urls in source code to new websiteSean Dague2007-09-101-1/+1
|
* changed to native line ending encodingSean Dague2007-07-161-211/+211
|
* * Optimized usings (the 'LL ate my scripts' commit)lbsa712007-07-031-5/+2
| | | | | * added some licensing info
* Fixed SimpleApp - aka thankgoditssundaycommitlbsa712007-07-011-1/+1
| | | | | | | | | | | | | | * Updated SimpleApp with various introduced dependencies * Extracted ScenePrescence creation in Scene * removed try-catchall from UserManagerBase (that actually hid a bug) * Refactored RegionInfo * handle is calculated * it will explode upon accessing x,y,ip,port,externalip if not explicitly initialized * Removed superfluous 'ref' keywords * Removed a shitload of 'catch Exception e' that causes build warnings * Lots of small refactorings, renames et c * Ignored some bins
* *Fixed all renaming for OpenGridServices.sln, still a reference issue in ↵mingchen2007-06-271-2/+2
| | | | prebuild.xml though
* Some work on restructuring the namespaces / project names. Note this doesn't ↵MW2007-06-271-0/+214
compile yet as not all the code has been changed to use the new namespaces. Am committing it now for feedback on the namespaces.