aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/NHibernate/Resources/InventoryFolderBase.hbm.xml (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-10-19* Removed OpenSim.Data.NHibernateJohn Hurliman1-13/+0
* Replaced calls to ThreadPool.QueueUserWorkItem() with ThreadPool.UnsafeQueueUserWorkItem() since OpenSim does not use Code Access Security sandboxing
2008-12-02* Reapply http://opensimulator.org/mantis/view.php?id=2710Justin Clarke Casey1-1/+1
* This patch gets NHibernate working *** PLEASE NOTE: This patch now requires the libmono-oracle2.0-cil library to be installed on Ubuntu (to stop the System.Data.Oracle missing failure) *** * Not sure what the dependency is on other distros. Adding this info to http://opensimulator.org/wiki/Build_Instructions would be most welcome * Adds Castle.* libraries that were missing last time (note, dlls have been added from http://downloads.sourceforge.net/nhibernate/NHibernate-2.0.1.GA-bin.zip)
2008-12-01* Unforunately it turns out not to be that simple. Revert the rest of r7560 ↵Justin Clarke Casey1-1/+1
for now.
2008-12-01* From Mantis#2701 - Implements NHibernate data adapter, adds support for ↵Adam Frisby1-1/+1
MsSql2005 to NHibernate. * Patch courtesy of Adminotech and realXtend. Thanks!
2008-09-06* This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares1-4/+4
* This is a HUGE OMG update and will definitely have unknown side effects.. so this is really only for the strong hearted at this point. Regular people should let the dust settle. * This has been tested to work with most basic functions. However.. make sure you back up 'everything' before using this. It's that big! * Essentially we're back at square 1 in the testing phase.. so lets identify things that broke.
2008-06-25chugging away on nhibernate, more incremental processSean Dague1-1/+1
2008-06-25lazy=true for these mappings, as we don't do full lists very oftenSean Dague1-2/+2
2008-06-19fixed to inventory for nhibernate that actually make it so I canSean Dague1-2/+2
log in using it as the driver for users, assets, inventory. User driver is still missing a lot of function.
2008-06-18clean up the nhibernate definitions to work with mysqlSean Dague1-2/+2
integrate migration support into nhibernate
2008-04-09NHibernate Inventory support. Lightly tested, but seems to workSean Dague1-1/+1
well enough on my test environment. Will need to add some exception catching down the road. On to User Store.
2008-04-09changing around types a bit to make stuff more readable for Sean Dague1-3/+3
me.
2008-04-09NHibernate Inventory getting close, except for some of the Sean Dague1-3/+3
complex folder queries.
2008-04-08fix up Inventory hbm definitions to work. Adding indexes in Sean Dague1-1/+0
NHibernate is quite nice (though there will still need to be a db creator bit carved out later).
2008-04-08move the mappings to .hbm.xml so NHibernate actuallySean Dague1-0/+0
sees them
2008-04-08added the folder mappingsSean Dague1-0/+14