aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/SQLite/SQLiteUserData.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* * Align new fields upgrade sql to have the same 'not null' and default ↵Justin Clarke Casey2008-05-011-8/+8
| | | | | | | | settings as when an inventoryitems table is newly created * Normalize logging titles in database code, though this doesn't yet cover invoking code
* * Optimised using statements and namespace references across entire project ↵Adam Frisby2008-04-211-8/+9
| | | | (this took a while to run).
* renaming of attributes in UserAgentData for readabilitySean Dague2008-04-101-10/+10
|
* changing UserAgentData to use properties. This caused moreSean Dague2008-04-101-26/+26
| | | | | | | grief than expected, as monodevelop doesn't like to refactor properties of properties.
* further renaming of properties for claritySean Dague2008-04-101-18/+18
|
* moved fields to properties for UserDataProfile, which wasSean Dague2008-04-101-62/+66
| | | | | | | 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/+821