aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/NHibernate/NHibernateInventoryData.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * Removed OpenSim.Data.NHibernateJohn Hurliman2009-10-191-382/+0
| | | | * Replaced calls to ThreadPool.QueueUserWorkItem() with ThreadPool.UnsafeQueueUserWorkItem() since OpenSim does not use Code Access Security sandboxing
* Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵Jeff Ames2009-06-011-1/+1
| | | | LICENSE.txt.
* Committing partial work on passing folders across instances. This may crash.Melanie Thielker2009-03-231-0/+5
|
* Add a QueryItem method to the inventory subsystem. Currently implemented forMelanie Thielker2009-03-211-0/+5
| | | | | | | MySQL only, stubs for the others. This allows updating the cache with a single item from the database.
* * Apply http://opensimulator.org/mantis/view.php?id=3195Justin Clarke Casey2009-02-201-1/+8
| | | | | | | * Access NHibernate Manager as read-only property rather than public field * Thanks Tommil
* * Apply http://opensimulator.org/mantis/view.php?id=3166Justin Clarke Casey2009-02-161-4/+4
| | | | | | | * Adds estate access list supports to NHibernate data module * Thanks Tommil
* Thank you kindly, TLaukkan (Tommil) for a patch that:Charles Krinke2009-02-141-37/+37
| | | | | | | | | | | | | | | | | | | * Created value object for EstateRegionLink for storing the estate region relationship. * Refactored slightly NHibernateManager and NHibernateXXXXData implementations for accesing nhibernate generated ID on insert. ** Changed NHibernateManager.Save method name to Insert as it does Insert. ** Changed NHibernateManager.Save return value object as ID can be both UUID and uint currently. ** Changed NHibernateManager.Load method Id parameter to object as it can be both UUID and uint. * Created NHibernateEstateData implementation. This is the actual estate storage. * Created NHibernate mapping files for both EstateSettings and EstateRegionLink * Created MigrationSyntaxDifferences.txt files to write notes about differences in migration scripts between different databases. * Created estate storage migration scripts for all four databases. * Created estate unit test classes for all four databases. * Updated one missing field to BasicEstateTest.cs * Tested NHibernate unit tests with NUnit GUI. Asset databases fail but that is not related to this patch. * Tested build with both Visual Studio and nant. * Executed build tests with nant succesfully.
* * optimized usings.lbsa712009-02-121-4/+1
|
* Thank you kindly, Tlaukkan (Tommil) for a patch that:Charles Krinke2009-01-111-0/+7
| | | | | | | | | | | | | | | 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.
* fixes mantis #2950Justin Clarke Casey2009-01-051-1/+1
|
* * Reapply http://opensimulator.org/mantis/view.php?id=2710Justin Clarke Casey2008-12-021-72/+35
| | | | | | | | | * 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)
* * Unforunately it turns out not to be that simple. Revert the rest of r7560 ↵Justin Clarke Casey2008-12-011-35/+72
| | | | for now.
* * From Mantis#2701 - Implements NHibernate data adapter, adds support for ↵Adam Frisby2008-12-011-72/+35
| | | | | | | MsSql2005 to NHibernate. * Patch courtesy of Adminotech and realXtend. Thanks!
* Add persistence of active gestures. This needs an UGAIM update to work.Homer Horwitz2008-09-241-0/+5
| | | | | | | | | Active gestures are sent as part of the login-response. Added fetchActiveGestures to SQLite and MySQL; added an empty one for MSSQL and NHibernate. Using the empty ones won't cause errors, but doesn't provide persistence either, of course.
* * This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares2008-09-061-14/+14
| | | | | | | * 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.
* Thanks, sempuki, for a patch that moves all Grid Server's plugins toMike Mazur2008-07-311-12/+21
| | | | | | PluginLoader. Fix issue 1871.
* last round of warning squashing. calling it a day now.Dr Scofield2008-06-271-1/+1
|
* lots of futzing with nhibernate to make it more efficient. ISean Dague2008-06-201-89/+57
| | | | | | | don't think this works, but I don't want to loose the work before the weekend, and it doesn't break the build.
* oops, it helps to reference the *right* migrationSean Dague2008-06-191-1/+1
|
* clean up the nhibernate definitions to work with mysqlSean Dague2008-06-181-37/+5
| | | | | | integrate migration support into nhibernate
* Minor cleanup.Jeff Ames2008-05-161-4/+2
|
* Formatting cleanup.Jeff Ames2008-05-161-15/+15
|
* fix for a change in inventory that meant I was returning a lotSean Dague2008-05-141-29/+16
| | | | | | of empty inventory folders
* More formatting cleanup. Minor refactoring.Jeff Ames2008-05-141-41/+91
|
* Formatting cleanup.Jeff Ames2008-05-141-23/+23
|
* * Fixed some compiler warningsAdam Frisby2008-05-071-1/+1
| | | | | * Fixed prebuild.xml to remove DB4o references (more compiler warnings)
* do a max of 3 splits when first processing the nhibernate connect Sean Dague2008-04-241-1/+1
| | | | | | | strings so the ; in the db connect strings pass to the native drivers correctly
* auto table creation for nhibernate backendsSean Dague2008-04-241-0/+29
|
* allow for Inventory database source to be specified in mainSean Dague2008-04-231-13/+13
| | | | | | | | configs. This works with sqlite and nhibernate backends, and stays with default seperate ini files for mysql and mssql until someone writes those.
* * Optimised using statements and namespace references across entire project ↵Adam Frisby2008-04-211-10/+8
| | | | (this took a while to run).
* NHibernate Inventory support. Lightly tested, but seems to workSean Dague2008-04-091-11/+11
| | | | | | | | | well enough on my test environment. Will need to add some exception catching down the road. On to User Store.
* more futzing around here. None of this works yet becauseSean Dague2008-04-091-7/+8
| | | | | | bloody LLUUID isn't serializable, which is really annoying.
* changing around types a bit to make stuff more readable for Sean Dague2008-04-091-31/+33
| | | | | | me.
* NHibernate Inventory getting close, except for some of the Sean Dague2008-04-091-1/+1
| | | | | | complex folder queries.
* further refactor and rename of InventoryFolderBase propertiesSean Dague2008-04-081-4/+4
| | | | | | to reflect what they really are.
* more refactoring, this time on InventoryFolderBaseSean Dague2008-04-071-5/+5
| | | | | | | | * wrap attributes in properties * clean up names a little bit * clean up name styles
* Refactor InventoryItemBase to do the following:Sean Dague2008-04-071-4/+4
| | | | | | | | * wrap fields as Properties * rename some fields/properties to more sensible names * set style to PropName to match more standard C# approach
* added swag #1 on Inventory NHibernate implementation. ThereSean Dague2008-04-071-0/+383
is no hbm.xml mapping yet, so this isn't going to do anything, plus I'm sure I didn't get the list interfaces right. However it now compiles, so worth getting into the tree.