aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/MySQL/MySQLManager.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Thanks, sempuki, for a patch that moves all grid plugins to new PluginLoader ↵Mike Mazur2008-07-181-1/+1
| | | | (issue 1763).
* Mantis#1661. Thank you kindly, CMickeyb for a patch that:Charles Krinke2008-07-031-36/+77
| | | | | | | patch attached to check for timeouts on mysql connections *before* operations occur that are likely to timeout. if timeout occurs or the connections is down, it is reconnected before the operation fails.
* last round of warning squashing. calling it a day now.Dr Scofield2008-06-271-7/+19
|
* Add patch from bug #1596 - adds Doxygen documentation in OpenSim.Data.MySQL ↵Jeff Ames2008-06-261-4/+30
| | | | files. Thanks kerunix_Flan!
* this removes use of the mapper for wearables, and I can confirm thingsSean Dague2008-05-211-39/+47
| | | | | | | get saved to the database. There are still issues on wearing things after a cleared cache that I'm looking at now.
* create some direct sql calls for appearanceSean Dague2008-05-211-0/+109
|
* Formatting cleanup.Jeff Ames2008-05-161-8/+8
|
* Formatting cleanup.Jeff Ames2008-05-141-1/+1
|
* * You can haz more spring cleaning.Adam Frisby2008-05-081-8/+2
| | | | | * Eventually this codebase will be clean. >_>
* * Align new fields upgrade sql to have the same 'not null' and default ↵Justin Clarke Casey2008-05-011-1/+1
| | | | | | | | settings as when an inventoryitems table is newly created * Normalize logging titles in database code, though this doesn't yet cover invoking code
* in theory, let you pass the mysql connection string into theSean Dague2008-04-241-2/+14
| | | | | | | | mysql manager class. This could use some testing of inventory and asset services. Once this is prooved out, I'll do it for mssql as well.
* * Optimised using statements and namespace references across entire project ↵Adam Frisby2008-04-211-3/+2
| | | | (this took a while to run).
* * Make it easier to follow logins on the user server by changing and tidying ↵Justin Clarke Casey2008-04-151-2/+2
| | | | up log messages
* renaming of attributes in UserAgentData for readabilitySean Dague2008-04-101-6/+6
|
* changing UserAgentData to use properties. This caused moreSean Dague2008-04-101-25/+49
| | | | | | | grief than expected, as monodevelop doesn't like to refactor properties of properties.
* further renaming of properties for claritySean Dague2008-04-101-11/+11
|
* moved fields to properties for UserDataProfile, which wasSean Dague2008-04-101-26/+37
| | | | | | | actually a little more work than I expected given the copious use of out params.
* fix ups to include OpenSim.Framework explicit includes (theySean Dague2008-04-021-0/+1
| | | | | | | were implicitly included before). Everything builds again. Now off to testing.
* attempt to fix up all refernces to new directory structureSean Dague2008-04-021-1/+1
|
* whole lot more movingSean Dague2008-04-021-0/+909