aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/NHibernate/Resources/RegionStore.hbm.xml (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-10-19* Removed OpenSim.Data.NHibernateJohn Hurliman1-147/+0
* Replaced calls to ThreadPool.QueueUserWorkItem() with ThreadPool.UnsafeQueueUserWorkItem() since OpenSim does not use Code Access Security sandboxing
2009-02-20* Apply http://opensimulator.org/mantis/view.php?id=3185idb1-0/+1
* Fixes NHibernate problem where prim contents show as textures * Thanks Tommil!
2009-02-09* Fixing refactoring +1 (Fixes Mantis #3113)Sean Dague1-1/+1
From: Arthur Rodrigo S Valadares <arthursv@linux.vnet.ibm.com>
2009-02-09fixing refactoring artefact. (fixes mantis #3113)Dr Scofield1-1/+1
2009-01-23Thank you kindly, TLaukkan (Tommil) for a patch that:Charles Krinke1-0/+1
* Added Npgsql.dll and Mono.Security.dll which are NpgsqlDriver dlls. * Added missing field to schema creation scripts: PathTaperY. * Added schema creation scripts for PostgreSQL. * Added unit test classes for PostgreSQL. * Added schema creation script folder to NHibernate project in prebuild.xml * Added Npgsql.dll to NHibernate test project dependencies in prebuild.xml * Ensured that build works with both nant and Visual Studio. * Executed build unit tests with nant and NHibernate unit tests with NUnitGUI - Couple of region tests fail due to double precission float rounding errors need to sort out how these are handles in unit tests and if higher precission numeric field needs to be used in Postgresql.
2009-01-20* Apply http://opensimulator.org/mantis/view.php?id=3020Justin Clarke Casey1-32/+1
* Adds a grid db implementation and unit tests to the NHibernate module
2009-01-11Thank you kindly, Tlaukkan (Tommil) for a patch that:Charles Krinke1-2/+10
Fixed all NHibernate unit tests by implementing missing persistency methods, tables, columns and fixing bugs in the existing implementation. Two minor changes to classes outside NHibernate module: Added Scene instantiation for SceneObjectGroup in OpenSim.Data.Tests.BasicRegionTest as this was required by the NHibernate persistency. In the process added also mock constructor to Scene which only populates RegionInfo in the scene which is used by ScenePart.RegionUUID. NHibernate module is still in experimental state and has not been tested at opensim region or ugaim runtime configuration. Adding unit tests to build is not yet advisable nor using NHibernate module in any production setup.
2008-12-02* Reapply http://opensimulator.org/mantis/view.php?id=2710Justin Clarke Casey1-26/+59
* 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-59/+26
for now.
2008-12-01* From Mantis#2701 - Implements NHibernate data adapter, adds support for ↵Adam Frisby1-26/+59
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-26/+26
* 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-23few additional fixed to get prim inventory up on nhibernateSean Dague1-2/+1
2008-07-23fix column mappingSean Dague1-1/+1
2008-07-23complete the prim inventory mappingSean Dague1-0/+6
2008-07-23refactor TaskInventoryItem Mask -> Permissions to be consistant with how thingsSean Dague1-0/+17
are stored in the db.
2008-07-17first pass at Terrain implementationSean Dague1-1/+6
2008-07-17Revert "git merge"Sean Dague1-1/+20
This reverts commit 80e1c3742a3ba7eb9aa1686a242b36f64331095a.
2008-07-17git mergeSean Dague1-20/+1
2008-07-17finish NHibernate mapping for prims, and it even seems to workSean Dague1-1/+20
2008-07-16clean up mappings for parent idSean Dague1-1/+2
2008-07-16getting close on saving prims via nhibernateSean Dague1-4/+4
2008-07-16made SOP have a blank setter for 2 convenience properties.Sean Dague1-4/+9
Got RegionStore mapping to the point that nhibernate would start, though definitely not complete
2008-07-16Revert "refactoring of PrimitiveBaseShape to properties"Sean Dague1-5/+4
This reverts commit 60e13a9997da89d224fbe8a97ab42bfc6114a45f.
2008-07-16refactoring of PrimitiveBaseShape to propertiesSean Dague1-4/+5
2008-07-16refactoring primitive base shape to use propertiesSean Dague1-5/+4
2008-07-16work in progress on nhibernateSean Dague1-2/+8
2008-07-07changes to use NHPrim instead of SOP directlySean Dague1-1/+2
2008-07-03add a couple of LL conversion properties to SOP. I'll wait to cleanSean Dague1-28/+43
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-07-03playing with multicolumn mapping of vectors using a custom typeSean Dague1-0/+62