aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Data.MSSQLMapper/MSSQLDatabaseMapper.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* whole lot more movingSean Dague2008-04-021-65/+0
|
* * Reworked Data Framework so that MSSQL workslbsa712008-04-021-0/+13
| | | | | | | | | | * Introduced uint as field type * Removed what should be superfluous Guid handling * Introduced stub MySQLDataReader if we need to fix the Guid handling anyway
* Update svn properties.Jeff Ames2008-03-311-51/+51
|
* * Added competely untested MSSQLMapperlbsa712008-03-301-0/+52
* Added the new mapper to the mapper factory * Made choice of mapper configurable * This means, in hteory, that we can persist avatar appearance on MSSQL as well