Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Thank you kindly, Tlaukkan (Tommil) for a patch that: | Charles Krinke | 2009-01-12 | 10 | -597/+679 |
| | | | | | | | | | Cleaned up schema creation scripts of MySQL to compliant form and created SQLite scripts from them. In future it would be optimal if scripts from different databases could be generated from MySQL scripts to ensure optimal consistency between schemas of different databases. Did not yet review column names. ID columns seem to have variety in naming which can be confusing. | ||||
* | * Apply http://opensimulator.org/mantis/view.php?id=2965 | Justin Clarke Casey | 2009-01-12 | 5 | -0/+259 |
| | | | | | | | * Adds first version of MsSql2005Dialect support for NHibernate * Thanks mpallari | ||||
* | Thank you kindly, Tlaukkan (Tommil) for a patch that: | Charles Krinke | 2009-01-11 | 11 | -106/+360 |
| | | | | | | | | | | | | | | | 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. | ||||
* | * Check in another patch from http://opensimulator.org/mantis/view.php?id=2710 | Justin Clarke Casey | 2008-12-04 | 5 | -0/+274 |
| | | | | | | | * This allows removal of the old NHiberate.Mapping.Attributes.dll * Also add in the files I forgot about last time. Doh! | ||||
* | * Reapply http://opensimulator.org/mantis/view.php?id=2710 | Justin Clarke Casey | 2008-12-02 | 7 | -41/+74 |
| | | | | | | | | | * 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 Casey | 2008-12-01 | 7 | -74/+41 |
| | | | | for now. | ||||
* | * From Mantis#2701 - Implements NHibernate data adapter, adds support for ↵ | Adam Frisby | 2008-12-01 | 7 | -41/+74 |
| | | | | | | | MsSql2005 to NHibernate. * Patch courtesy of Adminotech and realXtend. Thanks! | ||||
* | * This is the fabled LibOMV update with all of the libOMV types from JHurliman | Teravus Ovares | 2008-09-06 | 7 | -79/+79 |
| | | | | | | | * 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. | ||||
* | few additional fixed to get prim inventory up on nhibernate | Sean Dague | 2008-07-23 | 2 | -3/+1 |
| | |||||
* | fix column mapping | Sean Dague | 2008-07-23 | 1 | -1/+1 |
| | |||||
* | complete the prim inventory mapping | Sean Dague | 2008-07-23 | 1 | -0/+6 |
| | |||||
* | refactor TaskInventoryItem Mask -> Permissions to be consistant with how things | Sean Dague | 2008-07-23 | 1 | -0/+17 |
| | | | | | | are stored in the db. | ||||
* | add primitems migration for nhibernate | Sean Dague | 2008-07-23 | 1 | -0/+27 |
| | |||||
* | terrain is close to working, but I still end up at the bottom of the sea | Sean Dague | 2008-07-17 | 1 | -1/+1 |
| | | | | | | right now. | ||||
* | first pass at Terrain implementation | Sean Dague | 2008-07-17 | 2 | -1/+15 |
| | |||||
* | Revert "git merge" | Sean Dague | 2008-07-17 | 1 | -1/+20 |
| | | | | | | This reverts commit 80e1c3742a3ba7eb9aa1686a242b36f64331095a. | ||||
* | git merge | Sean Dague | 2008-07-17 | 1 | -20/+1 |
| | |||||
* | finish NHibernate mapping for prims, and it even seems to work | Sean Dague | 2008-07-17 | 1 | -1/+20 |
| | |||||
* | clean up mappings for parent id | Sean Dague | 2008-07-16 | 1 | -1/+2 |
| | |||||
* | getting close on saving prims via nhibernate | Sean Dague | 2008-07-16 | 1 | -4/+4 |
| | |||||
* | fix RegionStore creation so that the .sql file works | Sean Dague | 2008-07-16 | 1 | -1/+1 |
| | |||||
* | made SOP have a blank setter for 2 convenience properties. | Sean Dague | 2008-07-16 | 2 | -13/+15 |
| | | | | | | | Got RegionStore mapping to the point that nhibernate would start, though definitely not complete | ||||
* | Revert "refactoring of PrimitiveBaseShape to properties" | Sean Dague | 2008-07-16 | 1 | -5/+4 |
| | | | | | | This reverts commit 60e13a9997da89d224fbe8a97ab42bfc6114a45f. | ||||
* | refactoring of PrimitiveBaseShape to properties | Sean Dague | 2008-07-16 | 1 | -4/+5 |
| | |||||
* | refactoring primitive base shape to use properties | Sean Dague | 2008-07-16 | 1 | -5/+4 |
| | |||||
* | work in progress on nhibernate | Sean Dague | 2008-07-16 | 2 | -4/+41 |
| | |||||
* | added new ParentUUID property to map out from SOP. | Sean Dague | 2008-07-15 | 1 | -0/+51 |
| | | | | | | Updated some nhibernate parts, started in on migration. | ||||
* | changes to use NHPrim instead of SOP directly | Sean Dague | 2008-07-07 | 1 | -1/+2 |
| | |||||
* | add a couple of LL conversion properties to SOP. I'll wait to clean | Sean Dague | 2008-07-03 | 2 | -29/+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 | ||||
* | playing with multicolumn mapping of vectors using a custom type | Sean Dague | 2008-07-03 | 1 | -0/+62 |
| | |||||
* | added in new type for mapping texture objects to the db | Sean Dague | 2008-06-27 | 1 | -2/+2 |
| | |||||
* | chugging away on nhibernate, more incremental process | Sean Dague | 2008-06-25 | 6 | -9/+9 |
| | |||||
* | lazy=true for these mappings, as we don't do full lists very often | Sean Dague | 2008-06-25 | 6 | -7/+7 |
| | |||||
* | fix typo in Inventory nhibernate mappings. nhibernate should | Sean Dague | 2008-06-23 | 1 | -4/+4 |
| | | | | | | load now. | ||||
* | lots of futzing with nhibernate to make it more efficient. I | Sean Dague | 2008-06-20 | 1 | -3/+3 |
| | | | | | | | don't think this works, but I don't want to loose the work before the weekend, and it doesn't break the build. | ||||
* | fixed to inventory for nhibernate that actually make it so I can | Sean Dague | 2008-06-19 | 2 | -8/+8 |
| | | | | | | | log in using it as the driver for users, assets, inventory. User driver is still missing a lot of function. | ||||
* | more work towards nhibernate working with mysql, not there yet, | Sean Dague | 2008-06-19 | 2 | -4/+4 |
| | | | | | | but moving in the right direction. | ||||
* | clean up the nhibernate definitions to work with mysql | Sean Dague | 2008-06-18 | 5 | -20/+20 |
| | | | | | | integrate migration support into nhibernate | ||||
* | add mysql migrations for nhibernate driver | Sean Dague | 2008-06-18 | 3 | -10/+136 |
| | |||||
* | add inventory store migration | Sean Dague | 2008-06-18 | 1 | -0/+40 |
| | |||||
* | I really didn't expect that one to work out of the box, but just managed | Sean Dague | 2008-06-16 | 1 | -0/+14 |
| | | | | | | to get NHibernate + MySQL + Assets working. | ||||
* | fix nhibernate driver so that it starts (based on the appearance | Sean Dague | 2008-06-16 | 2 | -3/+3 |
| | | | | | | | | | | changes it wouldn't come up). include embedded dialect specific sql files for nhibernate migrations figure out how to get the raw db connection so that migrations can work with nhibernate. create initial migration for NHibernate + SQLite + Assets. | ||||
* | futzing around on the NHibernate side again trying to connect | Sean Dague | 2008-06-16 | 2 | -1/+15 |
| | | | | | | migrations into it. | ||||
* | update the nhibernate inventory item base definition | Sean Dague | 2008-05-28 | 1 | -0/+6 |
| | |||||
* | fixed up a bunch of the nhibernate user driver. Friends are not | Sean Dague | 2008-05-02 | 3 | -3/+3 |
| | | | | | | | | implemented, and something is still funny with agents, but this at least got me logged in, so is good enough to plumb through appearance and see how that goes. | ||||
* | in theory fix the user table mapping | Sean Dague | 2008-05-02 | 1 | -2/+2 |
| | |||||
* | added user appearance mapping in nhibernate | Sean Dague | 2008-05-02 | 1 | -0/+37 |
| | |||||
* | fix types on nhibernate mappings for User bits | Sean Dague | 2008-04-15 | 2 | -11/+12 |
| | |||||
* | first drop of user storage implementation for nhibernate. | Sean Dague | 2008-04-11 | 1 | -2/+2 |
| | | | | | | | This surely doesn't work yet, but it compiles, and I'm getting close to a stopping point for the day. | ||||
* | add user agent mapping | Sean Dague | 2008-04-11 | 1 | -0/+21 |
| |