Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Mantis#1796. Thank you kindly, StrawberryFride for a patch that: | Charles Krinke | 2008-07-20 | 1 | -1/+59 |
| | | | | | Agent table code (INSERT / UPDATE, etc) now added to MSSQL provider. | ||||
* | Mantis#1736. Thank you kindly, StrawberryFride for a patch that: | Charles Krinke | 2008-07-17 | 1 | -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 used | Justin Clarke Casey | 2008-07-02 | 1 | -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 Scofield | 2008-06-27 | 1 | -1/+1 |
| | |||||
* | Apply patch from bug #1609 -- Documentation for Data/MSSQL. Thanks ↵ | Jeff Ames | 2008-06-26 | 1 | -4/+32 |
| | | | | kerunix_Flan! | ||||
* | Formatting cleanup. | Jeff Ames | 2008-05-16 | 1 | -2/+2 |
| | |||||
* | * You can haz more spring cleaning. | Adam Frisby | 2008-05-08 | 1 | -6/+1 |
| | | | | | * Eventually this codebase will be clean. >_> | ||||
* | * Optimised using statements and namespace references across entire project ↵ | Adam Frisby | 2008-04-21 | 1 | -2/+2 |
| | | | | (this took a while to run). | ||||
* | renaming of attributes in UserAgentData for readability | Sean Dague | 2008-04-10 | 1 | -3/+3 |
| | |||||
* | changing UserAgentData to use properties. This caused more | Sean Dague | 2008-04-10 | 1 | -11/+14 |
| | | | | | | | grief than expected, as monodevelop doesn't like to refactor properties of properties. | ||||
* | further renaming of properties for clarity | Sean Dague | 2008-04-10 | 1 | -7/+7 |
| | |||||
* | moved fields to properties for UserDataProfile, which was | Sean Dague | 2008-04-10 | 1 | -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 (they | Sean Dague | 2008-04-02 | 1 | -0/+1 |
| | | | | | | | were implicitly included before). Everything builds again. Now off to testing. | ||||
* | attempt to fix up all refernces to new directory structure | Sean Dague | 2008-04-02 | 1 | -1/+1 |
| | |||||
* | whole lot more moving | Sean Dague | 2008-04-02 | 1 | -0/+529 |