aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/NHibernate/NHibernateUserData.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-05-02minor refactoring. Change getName and GetVersion methods (yes the had ↵Sean Dague1-13/+2
different casings) to Name and Version properties for the User stores.
2008-05-01added stubs for appearance bits to all the db layersSean Dague1-0/+27
2008-05-01* In ur code. Making it static.Adam Frisby1-1/+1
* Converted a bunch of functions to static functions.
2008-04-21* Optimised using statements and namespace references across entire project ↵Adam Frisby1-10/+6
(this took a while to run).
2008-04-11first drop of user storage implementation for nhibernate. Sean Dague1-0/+269
This surely doesn't work yet, but it compiles, and I'm getting close to a stopping point for the day.