aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/MySQL/MySQLUserAccountData.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Dump OpenSim 0.9.0.1 into it's own branch.onefang2019-05-191-10/+30
* Consistently use using() to make sure we dispose of used MySqlCommands where ...Justin Clark-Casey (justincc)2012-04-301-16/+17
* Implement avatar picker queriesMelanie2009-12-311-2/+36
* Implement saving user account dataMelanie2009-12-311-1/+1
* Some modifications to user service. Query by name is implemented nowMelanie2009-12-301-0/+1
* Polished the IUserService interface.Diva Canto2009-12-291-4/+4
* Change the interface a bit before someone depends on it's current formMelanie2009-12-291-0/+4
* Give the new user tables the once-over. Strip the current set of methodsMelanie2009-12-291-137/+2
* Reverting the memory leak patch for MySQL. Problems have been reported with t...John Hurliman2009-11-021-42/+45
* Remove the using() constructs from the new style database modules; they causedMelanie2009-10-061-38/+36
* Added CloseDBConnection() to replace the old CloseReaderCommand(). This will ...John Hurliman2009-10-051-2/+6
* * MySQL data tests now pass by fixing a bad fix for a bad cast on the asset L...John Hurliman2009-10-041-73/+68
* Add copyright header. Formatting cleanup.Jeff Ames2009-09-291-1/+1
* minor: remove some mono compiler warningsJustin Clark-Casey (justincc)2009-09-251-1/+1
* Revising the user account data interfaces. No user functionality yetMelanie2009-09-061-0/+180