aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Data.SQLite/SQLiteBase.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * Added database and UserManagerBase glue for FriendsList managementTeravus Ovares2007-12-311-2/+5
| | | | | * Don't forget to run prebuild
* * Optimized usingslbsa712007-12-271-1/+1
| | | | | | | * shortened references * Removed redundant 'this' * Normalized EOF
* saved OpenSim source code from the giant rampaging unterminated copyright ↵Jeff Ames2007-12-101-2/+2
| | | | notice of doom
* * Optimized usingslbsa712007-10-301-35/+67
| | | | | | * Shortened type references * Removed redundant 'this' qualifier
* as per the "Filesystem cleanup for OpenSim repository" mailing list thread. ↵MW2007-10-291-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.
* added some debugging for tracing where asset code isn't working with sqliteSean Dague2007-09-101-0/+4
|
* mass update of urls in source code to new websiteSean Dague2007-09-101-1/+1
|
* factor out common methods to SQLiteBaseSean Dague2007-09-071-0/+230