aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/NHibernate/Resources (follow)
Commit message (Collapse)AuthorAgeFilesLines
* add a couple of LL conversion properties to SOP. I'll wait to cleanSean Dague2008-07-032-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 typeSean Dague2008-07-031-0/+62
|
* added in new type for mapping texture objects to the dbSean Dague2008-06-271-2/+2
|
* chugging away on nhibernate, more incremental processSean Dague2008-06-256-9/+9
|
* lazy=true for these mappings, as we don't do full lists very oftenSean Dague2008-06-256-7/+7
|
* fix typo in Inventory nhibernate mappings. nhibernate shouldSean Dague2008-06-231-4/+4
| | | | | | load now.
* lots of futzing with nhibernate to make it more efficient. ISean Dague2008-06-201-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 canSean Dague2008-06-192-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 Dague2008-06-192-4/+4
| | | | | | but moving in the right direction.
* clean up the nhibernate definitions to work with mysqlSean Dague2008-06-185-20/+20
| | | | | | integrate migration support into nhibernate
* add mysql migrations for nhibernate driverSean Dague2008-06-183-10/+136
|
* add inventory store migration Sean Dague2008-06-181-0/+40
|
* I really didn't expect that one to work out of the box, but just managedSean Dague2008-06-161-0/+14
| | | | | | to get NHibernate + MySQL + Assets working.
* fix nhibernate driver so that it starts (based on the appearanceSean Dague2008-06-162-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 connectSean Dague2008-06-162-1/+15
| | | | | | migrations into it.
* update the nhibernate inventory item base definitionSean Dague2008-05-281-0/+6
|
* fixed up a bunch of the nhibernate user driver. Friends are notSean Dague2008-05-023-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 mappingSean Dague2008-05-021-2/+2
|
* added user appearance mapping in nhibernateSean Dague2008-05-021-0/+37
|
* fix types on nhibernate mappings for User bitsSean Dague2008-04-152-11/+12
|
* first drop of user storage implementation for nhibernate. Sean Dague2008-04-111-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 mappingSean Dague2008-04-111-0/+21
|
* add user profile mapping for nhibernateSean Dague2008-04-101-0/+29
|
* NHibernate Inventory support. Lightly tested, but seems to workSean Dague2008-04-091-1/+1
| | | | | | | | | well enough on my test environment. Will need to add some exception catching down the road. On to User Store.
* changing around types a bit to make stuff more readable for Sean Dague2008-04-093-9/+9
| | | | | | me.
* NHibernate Inventory getting close, except for some of the Sean Dague2008-04-092-5/+5
| | | | | | complex folder queries.
* fix up Inventory hbm definitions to work. Adding indexes in Sean Dague2008-04-082-7/+6
| | | | | | | NHibernate is quite nice (though there will still need to be a db creator bit carved out later).
* move the mappings to .hbm.xml so NHibernate actuallySean Dague2008-04-082-0/+0
| | | | | | sees them
* added the folder mappingsSean Dague2008-04-081-0/+14
|
* LLUUID mapper actually appears to work now withSean Dague2008-04-082-6/+6
| | | | | | NHibernate for Assets.
* added mapping for InventoryItemBaseSean Dague2008-04-081-0/+20
|
* attempt to introduce custom LLUUIDString type forSean Dague2008-04-081-1/+1
| | | | | | NHibernate
* needed to add 4 characters to support the dashesSean Dague2008-04-071-1/+1
|
* Check in the remaining bits to do Asset store via NHibernate. StillSean Dague2008-04-031-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.
* point in time update of NHibernate Asset Mapping codeSean Dague2008-04-031-0/+16