aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Data.MySQLMapper (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-04-02whole lot more movingSean Dague2-74/+0
2008-04-02* Reworked Data Framework so that MSSQL workslbsa712-0/+22
* Introduced uint as field type * Removed what should be superfluous Guid handling * Introduced stub MySQLDataReader if we need to fix the Guid handling anyway
2008-03-25Moved Avatar appearance Factory to its own project so that the reference to ↵MW1-0/+1
MySQLDatabaseMapper could be removed from Region.Environment. Added a using OpenSim.Framework.Data statement to MySQLDatabaseMapper , to try to fix the build problem that has been reported on the mailing list.
2008-03-25* Refactored out circular reference in Region.Environment <-> ↵lbsa711-0/+51
Framework.Data.Base We REALLY need to get the db layer sorted soon...