aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Storage/OpenSim.DataStore.Sqlite/SqliteDataStore.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* databits are actually flowing to diskSean Dague2007-08-081-34/+50
|
* starting to push some of the actual sql commands to get this to disk. Sean Dague2007-08-071-5/+52
| | | | | | Not working yet.
* actually transfer some data to the row definition. Going to hookSean Dague2007-08-071-3/+21
| | | | | | | this up to the sim in my env now to make sure we're getting data flow in a reasonable way at this point.
* actually get sqlite stuff to compile. This isn't connected to theSean Dague2007-08-071-21/+5
| | | | | | | main prebuild yet. Going to attempt to get some tracing on current SceneObjects first
* some more sqlite stuff. Checking in to get it to another computerSean Dague2007-08-071-1/+30
| | | | | | to do a bit more live hacking on data flow
* adding shell of SqliteDataStoreSean Dague2007-08-061-0/+116