aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Data.MySQL/MySQLDatabaseMapper.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * 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