aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/MySQL/MySQLUserData.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* minor refactoring. Change getName and GetVersion methods (yes the had ↵Sean Dague2008-05-021-4/+4
| | | | | | | | different casings) to Name and Version properties for the User stores.
* added stubs for appearance bits to all the db layersSean Dague2008-05-011-0/+27
|
* * 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
* * Optimised using statements and namespace references across entire project ↵Adam Frisby2008-04-211-6/+7
| | | | (this took a while to run).
* * Insert some missing database locks for inventory and user data on mysqlJustin Clarke Casey2008-04-181-5/+9
|
* further renaming of properties for claritySean Dague2008-04-101-8/+8
|
* moved fields to properties for UserDataProfile, which wasSean Dague2008-04-101-14/+14
| | | | | | | 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/+643