Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| | ||||||
* | add user profile mapping for nhibernate | Sean Dague | 2008-04-10 | 1 | -0/+29 | |
| | ||||||
* | NHibernate Inventory support. Lightly tested, but seems to work | Sean Dague | 2008-04-09 | 1 | -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 Dague | 2008-04-09 | 3 | -9/+9 | |
| | | | | | | me. | |||||
* | NHibernate Inventory getting close, except for some of the | Sean Dague | 2008-04-09 | 2 | -5/+5 | |
| | | | | | | complex folder queries. | |||||
* | fix up Inventory hbm definitions to work. Adding indexes in | Sean Dague | 2008-04-08 | 2 | -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 actually | Sean Dague | 2008-04-08 | 2 | -0/+0 | |
| | | | | | | sees them | |||||
* | added the folder mappings | Sean Dague | 2008-04-08 | 1 | -0/+14 | |
| | ||||||
* | LLUUID mapper actually appears to work now with | Sean Dague | 2008-04-08 | 2 | -6/+6 | |
| | | | | | | NHibernate for Assets. | |||||
* | added mapping for InventoryItemBase | Sean Dague | 2008-04-08 | 1 | -0/+20 | |
| | ||||||
* | attempt to introduce custom LLUUIDString type for | Sean Dague | 2008-04-08 | 1 | -1/+1 | |
| | | | | | | NHibernate | |||||
* | needed to add 4 characters to support the dashes | Sean Dague | 2008-04-07 | 1 | -1/+1 | |
| | ||||||
* | Check in the remaining bits to do Asset store via NHibernate. Still | Sean Dague | 2008-04-03 | 1 | -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 code | Sean Dague | 2008-04-03 | 1 | -0/+16 | |