aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Data.SQLite/SQLiteUserData.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* * Optimized usingslbsa712007-10-301-122/+139
* as per the "Filesystem cleanup for OpenSim repository" mailing list thread. H...MW2007-10-291-2/+2
* * Removed plenty more untagged console messages. Everything now has shiny gro...Adam Frisby2007-10-221-1/+1
* * So, ok, maybe renaming serialized fields on a friday wasn't the smartest of...lbsa712007-10-051-51/+51
* * UserProfileData meets code conventionslbsa712007-10-051-51/+51
* == The "right name and place" commit ==lbsa712007-10-051-0/+1
* * Renamed methods on IUserDatalbsa712007-09-241-17/+17
* put some locking around user access, which should help withSean Dague2007-09-151-45/+53
* mass update of urls in source code to new websiteSean Dague2007-09-101-1/+1
* factor out common methods to SQLiteBaseSean Dague2007-09-071-169/+1
* remove debugging statementSean Dague2007-08-301-1/+1
* some changes which get us closer to Sqlite storage for usersSean Dague2007-08-281-3/+6
* Ensure that UserProfileData doesn't pass down null values. Sean Dague2007-08-281-18/+25
* sqlite is storing now, uint64 makes things "interesting".Sean Dague2007-08-281-7/+8
* added some more types that will be neededSean Dague2007-08-281-2/+14
* sqlite user datastore "should" be functionally completeSean Dague2007-08-281-115/+74
* first pass implementation of sqlite storage for user data. ThisSean Dague2007-08-271-0/+705