Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2007-08-08 | sigh, Data ... not Date. I'm dumb | Sean Dague | 1 | -0/+0 | |
2007-08-08 | name changes in MonoSqliteData store | Sean Dague | 1 | -2/+2 | |
2007-08-08 | rename to MonoSqliteDataStore | Sean Dague | 1 | -0/+0 | |
2007-08-08 | moving to new namespace as this is mono only | Sean Dague | 1 | -0/+0 | |
2007-08-08 | This chunk of code actually properly saves out some parameters of | Sean Dague | 1 | -6/+9 | |
current objects to disk, and does updates on those objects usefully. It is now functional enough to mean that moving to new objects is just lots of plug and chug. | |||||
2007-08-08 | databits are actually flowing to disk | Sean Dague | 1 | -34/+50 | |
2007-08-07 | starting to push some of the actual sql commands to get this to disk. | Sean Dague | 1 | -5/+52 | |
Not working yet. | |||||
2007-08-07 | actually transfer some data to the row definition. Going to hook | Sean Dague | 1 | -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. | |||||
2007-08-07 | actually get sqlite stuff to compile. This isn't connected to the | Sean Dague | 1 | -21/+5 | |
main prebuild yet. Going to attempt to get some tracing on current SceneObjects first | |||||
2007-08-07 | some more sqlite stuff. Checking in to get it to another computer | Sean Dague | 1 | -1/+30 | |
to do a bit more live hacking on data flow | |||||
2007-08-06 | adding shell of SqliteDataStore | Sean Dague | 1 | -0/+116 | |