Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Consistently use using() to make sure we dispose of used MySqlCommands where ↵ | Justin Clark-Casey (justincc) | 2012-04-30 | 1 | -16/+17 |
| | | | | this is not already being done. | ||||
* | Implement avatar picker queries | Melanie | 2009-12-31 | 1 | -2/+36 |
| | |||||
* | Implement saving user account data | Melanie | 2009-12-31 | 1 | -1/+1 |
| | |||||
* | Some modifications to user service. Query by name is implemented now | Melanie | 2009-12-30 | 1 | -0/+1 |
| | |||||
* | Polished the IUserService interface. | Diva Canto | 2009-12-29 | 1 | -4/+4 |
| | |||||
* | Change the interface a bit before someone depends on it's current form | Melanie | 2009-12-29 | 1 | -0/+4 |
| | |||||
* | Give the new user tables the once-over. Strip the current set of methods | Melanie | 2009-12-29 | 1 | -137/+2 |
| | | | | | from IUserAccountService, we need to define what goes in there. Change the handler to the generic handler. Adjust migrations, add index | ||||
* | Reverting the memory leak patch for MySQL. Problems have been reported with ↵ | John Hurliman | 2009-11-02 | 1 | -42/+45 |
| | | | | the grid server after running for several hours | ||||
* | Remove the using() constructs from the new style database modules; they caused | Melanie | 2009-10-06 | 1 | -38/+36 |
| | | | | | | | | the underlying connection of a reader or command to be closed before the reader or command itself. Added the proper logic to Close and dispose items in CloseDBConnection. Readers and Connections need Close(), Commands need Dispose(), in the order Reader, Command, Connection. Also reinstated 80-column-friendly formatting | ||||
* | Added CloseDBConnection() to replace the old CloseReaderCommand(). This will ↵ | John Hurliman | 2009-10-05 | 1 | -2/+6 |
| | | | | close the MySQLConnection attached to a MySQLCommand. I'm not sure if this accounts for every time a database connection needs to be closed, but it matches up 1:1 with the places where the database connection was previously being closed | ||||
* | * MySQL data tests now pass by fixing a bad fix for a bad cast on the asset ↵ | John Hurliman | 2009-10-04 | 1 | -73/+68 |
| | | | | | | Local member in MySQLAssetData * First pass at applying the using(){} pattern to IDisposable objects. Always use the using pattern on IDisposable objects whenever possible, do not manually call .Close() or .Dispose() unless there is no other way to write the code. This pass mostly covers OpenSim.Data.MySQL, and should have no functional change (tests still pass) | ||||
* | Add copyright header. Formatting cleanup. | Jeff Ames | 2009-09-29 | 1 | -1/+1 |
| | |||||
* | minor: remove some mono compiler warnings | Justin Clark-Casey (justincc) | 2009-09-25 | 1 | -1/+1 |
| | |||||
* | Revising the user account data interfaces. No user functionality yet | Melanie | 2009-09-06 | 1 | -0/+180 |