aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Data.MySQL/MySQLDatabaseMapper.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * Following on from sdague's r3144, commenting out other parts of TribalMediaJustin Clarke Casey2008-01-211-0/+2
| | | | | | * This should resolve the current build problem
* comment out use of the TribalMedia data mapper layerSean Dague2008-01-211-1/+1
| | | | | | | | for now. It doesn't build on new mono at the moment, and isn't currently used. Please make sure this functions on mono 1.2.6 prior to adding it back in for the main tree.
* * added missing using clauselbsa712008-01-161-0/+1
|
* * More work on getting the database framework to actually worklbsa712008-01-161-1/+1
|
* Set svn:eol-style.Jeff Ames2008-01-141-24/+24
|
* * Added specialization of DatabaseMapper, DataReader and ObjectFieldMapper ↵lbsa712008-01-141-0/+24
to support LLVector3, LLQuaternion and LLUUID * Added PrimitiveBaseShapeTableMapper to show how it's done NOTE: Nothing actually works yet - this code should be considered more of educational value until it's all wired together