aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/NHibernate/NHibernateAssetData.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* squashing warning.Dr Scofield2008-07-251-1/+3
|
* Update svn properties. Squash a couple of warnings.Jeff Ames2008-07-221-2/+2
|
* found a better pattern for SaveOrUpdate with nhibernateSean Dague2008-07-181-17/+28
| | | | | | cleaned up the asset path a bit
* * remove unused CommitAssets() hook for nowJustin Clarke Casey2008-07-071-6/+0
|
* last round of warning squashing. calling it a day now.Dr Scofield2008-06-271-12/+12
|
* Mantis#1591. Thank you graciously, Sempuki for a patch that:Charles Krinke2008-06-271-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.
* lots of futzing with nhibernate to make it more efficient. ISean Dague2008-06-201-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.
* more work towards nhibernate working with mysql, not there yet,Sean Dague2008-06-191-2/+5
| | | | | | but moving in the right direction.
* clean up the nhibernate definitions to work with mysqlSean Dague2008-06-181-27/+0
| | | | | | integrate migration support into nhibernate
* futzing around on the NHibernate side again trying to connectSean Dague2008-06-161-7/+10
| | | | | | migrations into it.
* Minor cleanup.Jeff Ames2008-05-161-2/+2
|
* Formatting cleanup.Jeff Ames2008-05-161-5/+5
|
* More formatting cleanup. Minor refactoring.Jeff Ames2008-05-141-15/+33
|
* Formatting cleanup.Jeff Ames2008-05-141-7/+7
|
* * Fixed some compiler warningsAdam Frisby2008-05-071-1/+1
| | | | | * Fixed prebuild.xml to remove DB4o references (more compiler warnings)
* do a max of 3 splits when first processing the nhibernate connect Sean Dague2008-04-241-1/+1
| | | | | | | strings so the ; in the db connect strings pass to the native drivers correctly
* auto table creation for nhibernate backendsSean Dague2008-04-241-1/+28
|
* allow for Inventory database source to be specified in mainSean Dague2008-04-231-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.
* changes to allow asset_source to be specified in the opensim.iniSean Dague2008-04-231-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.
* * Optimised using statements and namespace references across entire project ↵Adam Frisby2008-04-211-8/+6
| | | | (this took a while to run).
* LLUUID mapper actually appears to work now withSean Dague2008-04-081-5/+5
| | | | | | NHibernate for Assets.
* fix bad indentationSean Dague2008-04-071-1/+1
|
* Check in the remaining bits to do Asset store via NHibernate. StillSean Dague2008-04-031-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.
* point in time update of NHibernate Asset Mapping codeSean Dague2008-04-031-0/+154