aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/UserDataBase.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2008-05-02plumb in connection string to the user database paths. mysql and mssqlSean Dague1-1/+1
2008-05-02minor refactoring. Change getName and GetVersion methods (yes the had differ...Sean Dague1-2/+2
2008-05-01added stubs for appearance bits to all the db layersSean Dague1-1/+6
2008-04-21* Optimised using statements and namespace references across entire project (...Adam Frisby1-1/+1
2008-04-17Update svn properties. Add copyright info to some source files.Jeff Ames1-1/+28
2008-04-02fix ups to include OpenSim.Framework explicit includes (theySean Dague1-0/+1
2008-04-02attempt to fix up all refernces to new directory structureSean Dague1-1/+1
2008-04-02reorganizing namespaces to put all the Data stuff into it's own namespaceSean Dague1-0/+0
2008-03-29Set svn:eol-style.Jeff Ames1-29/+29
2008-03-28* Introduced common abstract UserDataBase providerlbsa711-4/+23
2008-03-28* Introduced common abstract AssetDataBase implementing IAssetProviderlbsa711-0/+10