aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/NHibernate/Resources/AssetBase.hbm.xml (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-02-17- remove the Metadata property from AssetBase and return all previousMike Mazur1-10/+8
properties as before - prefix private variables with m_ in AssetBase.cs - related to Mantis #3122, as mentioned in https://lists.berlios.de/pipermail/opensim-dev/2009-February/005088.html - all services will likely need to be upgraded after this commit
2009-02-13Remove extra ID field from asset DB mapping. Mantis #3122, fixes Mantis #3080.Mike Mazur1-1/+0
2009-02-09Thank you kindly, TLaukkan (Tommil) for a patch that:Charles Krinke1-0/+1
* Updated migration scripts and hbm.xml so that nhibernate tests work.
2009-02-09* Apply http://opensimulator.org/mantis/view.php?id=3080Justin Clarke Casey1-5/+7
* Changes the NHibernate asset mapping and expose FullID on AssetBase for NHibernate * mikem has seen this patch :)
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-2/+2
* 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-07-03add a couple of LL conversion properties to SOP. I'll wait to cleanSean Dague1-1/+0
up the sit target usage until the sit target fix patch goes in, but it should be cleaned. Get prims table mappings to the point where nhibernate likes them enough to start. Remove field from asset mapping so it will start
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-1/+1
2008-06-19more work towards nhibernate working with mysql, not there yet,Sean Dague1-2/+2
but moving in the right direction.
2008-06-18clean up the nhibernate definitions to work with mysqlSean Dague1-4/+4
integrate migration support into nhibernate
2008-06-16futzing around on the NHibernate side again trying to connectSean Dague1-1/+1
migrations into it.
2008-04-09changing around types a bit to make stuff more readable for Sean Dague1-1/+1
me.
2008-04-08LLUUID mapper actually appears to work now withSean Dague1-1/+1
NHibernate for Assets.
2008-04-08attempt to introduce custom LLUUIDString type forSean Dague1-1/+1
NHibernate
2008-04-07needed to add 4 characters to support the dashesSean Dague1-1/+1
2008-04-03Check in the remaining bits to do Asset store via NHibernate. StillSean Dague1-8/+7
need to work out auto table creation in a reasonable way. Tommorrow I'll work on getting the NHibernate bits in place to be able to put this into the main tree.
2008-04-03point in time update of NHibernate Asset Mapping codeSean Dague1-0/+16