aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Data.SQLite/SQLiteAssetData.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* move the locks closer to the data, sqlite for assets now works like a champSean Dague2007-09-111-31/+34
|
* add DeleteAssetSean Dague2007-09-111-10/+14
| | | | | | | this also moves commit points around a bit for debuging, though this will change back now the MW has worked out synchronization
* added some debugging for tracing where asset code isn't working with sqliteSean Dague2007-09-101-1/+20
|
* mass update of urls in source code to new websiteSean Dague2007-09-101-1/+1
|
* hooked up sdague new sqlite asset database provider to the old asset system. ↵MW2007-09-101-3/+19
| | | | | | | | So we can still use sqlite for assets while we wait for the rest of the new asset system to be wrote. Needs more testing, so if it causes problems will have to swap back to db4o.
* added SQLiteAssetData class first pass. This should work,Sean Dague2007-09-071-0/+237
but it will current store local and temporary assets as well. Will fix that later.