aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/MSSQL/MSSQLManager.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Mantis#1796. Thank you kindly, StrawberryFride for a patch that:Charles Krinke2008-07-201-1/+59
| | | | | Agent table code (INSERT / UPDATE, etc) now added to MSSQL provider.
* Mantis#1736. Thank you kindly, StrawberryFride for a patch that:Charles Krinke2008-07-171-82/+59
| | | | | | | | | Many issues with handling connections in MSSQL, have rearchitected to ensure that connections are always opened and closed in a timely fashion & disposed of cleanly, and removed unnecessary lock statements. SQL Server performance seems to have improved considerably as a result, and various timeout errors seem to have been fixed.
* * Drop InvType from the assets table since it is no longer usedJustin Clarke Casey2008-07-021-1/+0
| | | | | | | | * Migration should be automatic on sqlite and mysql * Migration is not automatic on mssql, you will need to drop the invType column manually * Migration should be fine, but as for any db change, I would recommend making sure you have backups before moving past this revision
* last round of warning squashing. calling it a day now.Dr Scofield2008-06-271-1/+1
|
* Apply patch from bug #1609 -- Documentation for Data/MSSQL. Thanks ↵Jeff Ames2008-06-261-4/+32
| | | | kerunix_Flan!
* Formatting cleanup.Jeff Ames2008-05-161-2/+2
|
* * You can haz more spring cleaning.Adam Frisby2008-05-081-6/+1
| | | | | * Eventually this codebase will be clean. >_>
* * Optimised using statements and namespace references across entire project ↵Adam Frisby2008-04-211-2/+2
| | | | (this took a while to run).
* renaming of attributes in UserAgentData for readabilitySean Dague2008-04-101-3/+3
|
* changing UserAgentData to use properties. This caused moreSean Dague2008-04-101-11/+14
| | | | | | | grief than expected, as monodevelop doesn't like to refactor properties of properties.
* further renaming of properties for claritySean Dague2008-04-101-7/+7
|
* moved fields to properties for UserDataProfile, which wasSean Dague2008-04-101-19/+19
| | | | | | | 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/+529