aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/NHibernate/Resources (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-06-27added in new type for mapping texture objects to the dbSean Dague1-2/+2
2008-06-25chugging away on nhibernate, more incremental processSean Dague6-9/+9
2008-06-25lazy=true for these mappings, as we don't do full lists very oftenSean Dague6-7/+7
2008-06-23fix typo in Inventory nhibernate mappings. nhibernate shouldSean Dague1-4/+4
load now.
2008-06-20lots of futzing with nhibernate to make it more efficient. ISean Dague1-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.
2008-06-19fixed to inventory for nhibernate that actually make it so I canSean Dague2-8/+8
log in using it as the driver for users, assets, inventory. User driver is still missing a lot of function.
2008-06-19more work towards nhibernate working with mysql, not there yet,Sean Dague2-4/+4
but moving in the right direction.
2008-06-18clean up the nhibernate definitions to work with mysqlSean Dague5-20/+20
integrate migration support into nhibernate
2008-06-18add mysql migrations for nhibernate driverSean Dague3-10/+136
2008-06-18add inventory store migration Sean Dague1-0/+40
2008-06-16I really didn't expect that one to work out of the box, but just managedSean Dague1-0/+14
to get NHibernate + MySQL + Assets working.
2008-06-16fix nhibernate driver so that it starts (based on the appearanceSean Dague2-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.
2008-06-16futzing around on the NHibernate side again trying to connectSean Dague2-1/+15
migrations into it.
2008-05-28update the nhibernate inventory item base definitionSean Dague1-0/+6
2008-05-02fixed up a bunch of the nhibernate user driver. Friends are notSean Dague3-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.
2008-05-02in theory fix the user table mappingSean Dague1-2/+2
2008-05-02added user appearance mapping in nhibernateSean Dague1-0/+37
2008-04-15fix types on nhibernate mappings for User bitsSean Dague2-11/+12
2008-04-11first drop of user storage implementation for nhibernate. Sean Dague1-2/+2
This surely doesn't work yet, but it compiles, and I'm getting close to a stopping point for the day.
2008-04-11add user agent mappingSean Dague1-0/+21
2008-04-10add user profile mapping for nhibernateSean Dague1-0/+29
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 Dague3-9/+9
me.
2008-04-09NHibernate Inventory getting close, except for some of the Sean Dague2-5/+5
complex folder queries.
2008-04-08fix up Inventory hbm definitions to work. Adding indexes in Sean Dague2-7/+6
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 Dague2-0/+0
sees them
2008-04-08added the folder mappingsSean Dague1-0/+14
2008-04-08LLUUID mapper actually appears to work now withSean Dague2-6/+6
NHibernate for Assets.
2008-04-08added mapping for InventoryItemBaseSean Dague1-0/+20
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