aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Data.SQLite/SQLiteBase.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2007-12-31* Added database and UserManagerBase glue for FriendsList managementTeravus Ovares1-2/+5
* Don't forget to run prebuild
2007-12-27* Optimized usingslbsa711-1/+1
* shortened references * Removed redundant 'this' * Normalized EOF
2007-12-10saved OpenSim source code from the giant rampaging unterminated copyright ↵Jeff Ames1-2/+2
notice of doom
2007-10-30* Optimized usingslbsa711-35/+67
* Shortened type references * Removed redundant 'this' qualifier
2007-10-29as per the "Filesystem cleanup for OpenSim repository" mailing list thread. ↵MW1-1/+1
Have flattened the OpenSim.Framework project/namespace. The problem is that the namespace is still wrong as its "OpenSim.Framework" while the directory is "OpenSim\Framework\General" , so we need to decide if we change the directory or correct the namespace. Note this has lead to a big flat project, but I think a lot of the files we most likely don't even use any longer. And others belong in other projects/namespaces anyway.
2007-09-10added some debugging for tracing where asset code isn't working with sqliteSean Dague1-0/+4
2007-09-10mass update of urls in source code to new websiteSean Dague1-1/+1
2007-09-07factor out common methods to SQLiteBaseSean Dague1-0/+230