aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/GridDataBase.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * Optimised using statements and namespace references across entire project ↵Adam Frisby2008-04-211-3/+0
| | | | (this took a while to run).
* Update svn properties. Add copyright info to some source files.Jeff Ames2008-04-171-1/+28
|
* * Discerned between AddProfile and UpdateProfile in region registrationlbsa712008-04-111-0/+1
| | | | | :: Believe it or not, but INSERT/UPDATE is actually a better pattern than REPLACE, since, with INSERT/UPDATE you can catch erroneous UPDATES to non-INSERTed items as well as catch erroneous re-INSERTS. in 95% of the cases, you SHOULD have a clear INSERT context, and a clear and separate UPDATE context. If you think your case falls within the 5%, maybe you should re-evaluate your code. ::
* attempt to fix up all refernces to new directory structureSean Dague2008-04-021-1/+1
|
* reorganizing namespaces to put all the Data stuff into it's own namespaceSean Dague2008-04-021-0/+22
/ dir structure. This is coming in over a few changesets so consider trunk broken for the next 30 minutes as these get pulled together.