aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/NHibernate/NHibernateAssetData.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-07-25squashing warning.Dr Scofield1-1/+3
2008-07-22Update svn properties. Squash a couple of warnings.Jeff Ames1-2/+2
2008-07-18found a better pattern for SaveOrUpdate with nhibernateSean Dague1-17/+28
cleaned up the asset path a bit
2008-07-07* remove unused CommitAssets() hook for nowJustin Clarke Casey1-6/+0
2008-06-27last round of warning squashing. calling it a day now.Dr Scofield1-12/+12
2008-06-27Mantis#1591. Thank you graciously, Sempuki for a patch that:Charles Krinke1-5/+3
Currently module loading is done ad-hoc. I propose creating a simple loader class that leverages Mono.Addins (and perhaps the new .NET addins when they become available in mono). Attached is a basic patch for review that compiles into HEAD, but doesn't yet replace any existing ad-hoc loaders.
2008-06-20lots of futzing with nhibernate to make it more efficient. ISean Dague1-23/+16
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-19more work towards nhibernate working with mysql, not there yet,Sean Dague1-2/+5
but moving in the right direction.
2008-06-18clean up the nhibernate definitions to work with mysqlSean Dague1-27/+0
integrate migration support into nhibernate
2008-06-16futzing around on the NHibernate side again trying to connectSean Dague1-7/+10
migrations into it.
2008-05-16Minor cleanup.Jeff Ames1-2/+2
2008-05-16Formatting cleanup.Jeff Ames1-5/+5
2008-05-14More formatting cleanup. Minor refactoring.Jeff Ames1-15/+33
2008-05-14Formatting cleanup.Jeff Ames1-7/+7
2008-05-07* Fixed some compiler warningsAdam Frisby1-1/+1
* Fixed prebuild.xml to remove DB4o references (more compiler warnings)
2008-04-24do a max of 3 splits when first processing the nhibernate connect Sean Dague1-1/+1
strings so the ; in the db connect strings pass to the native drivers correctly
2008-04-24auto table creation for nhibernate backendsSean Dague1-1/+28
2008-04-23allow for Inventory database source to be specified in mainSean Dague1-3/+7
configs. This works with sqlite and nhibernate backends, and stays with default seperate ini files for mysql and mssql until someone writes those.
2008-04-23changes to allow asset_source to be specified in the opensim.iniSean Dague1-5/+11
this will work for sqlite and nhibernate, but will be ignored for mysql and mssql (reverting to their ini files) until someone writes that bit.
2008-04-21* Optimised using statements and namespace references across entire project ↵Adam Frisby1-8/+6
(this took a while to run).
2008-04-08LLUUID mapper actually appears to work now withSean Dague1-5/+5
NHibernate for Assets.
2008-04-07fix bad indentationSean Dague1-1/+1
2008-04-03Check in the remaining bits to do Asset store via NHibernate. StillSean Dague1-27/+29
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/+154