aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/MSSQL/MSSQLAssetData.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2016-11-03Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel1-289/+0
2010-05-23Further corrections to MS SQL stores (now passes all tests)AlexRa1-70/+17
2010-05-23MSSQLAssetData updated to support [CreatorID], [asset_flags]AlexRa1-5/+11
2010-05-23MSSQLAssetData: fixed some weirdnessAlexRa1-7/+12
2010-05-09Implement the "delete" path for assets. Adds a new option to allow remote ass...Melanie1-0/+4
2010-02-24Remove some obsolete files from MSSQL. Fix a missing constructor arg thatMelanie1-1/+2
2010-02-24MSSQL Additions for Presence Refactor branch. Most functionality tested and w...StrawberryFride1-32/+22
2010-02-22Changed asset CreatorID to a stringJohn Hurliman1-1/+1
2010-02-22* Adds CreatorID to asset metadata. This is just the plumbing to support Crea...John Hurliman1-1/+2
2009-11-05Changing the AssetBase constructors to avoid initializing assets with an unkn...John Hurliman1-4/+5
2009-10-01Formatting cleanup.Jeff Ames1-2/+2
2009-08-19* Switching IAssetData to follow the new naming schema, removing the separate...Kunnis1-5/+14
2009-07-24* Apply similar bounds checks on name and description fields on MSSQL UpdateA...Justin Clarke Casey1-6/+25
2009-07-24* Apply http://opensimulator.org/mantis/view.php?id=3902Justin Clarke Casey1-4/+23
2009-06-14Fixes Mantis #3793 . Committing thomax/Snoopy's patch to allow deeding of obj...Melanie Thielker1-1/+1
2009-06-01Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames1-1/+1
2009-05-17Thank you kindly, StrawberryFride, for a patch that:Charles Krinke1-19/+20
2009-04-13* Some more experimental work on distributed assets. Nothing hotwired yet.lbsa711-39/+39
2009-03-09* Apply http://opensimulator.org/mantis/view.php?id=3280Justin Clarke Casey1-1/+1
2009-03-09Implemented FetchAssetMetadataSet in DB backends.Mike Mazur1-0/+36
2009-02-19* Apply http://opensimulator.org/mantis/view.php?id=3142Justin Clarke Casey1-4/+4
2009-02-17- remove the Metadata property from AssetBase and return all previousMike Mazur1-20/+20
2009-02-12* optimized usings.lbsa711-3/+3
2009-02-04- add OpenSim.Framework.AssetMetadata class. AssetBase is now composed of itMike Mazur1-20/+20
2009-02-03- move IAssetDataPlugin from OpenSim/Framework/IAssetProvider.cs toMike Mazur1-2/+2
2009-02-03Rename IAssetProviderPlugin to IAssetDataPlugin aligning with the other data ...Mike Mazur1-1/+1
2008-11-21* Comment out unused access time method in MSSQLJustin Clarke Casey1-18/+18
2008-11-19Mantis#2657. Thank you kindly, StrawberryFride for a patch that:Charles Krinke1-5/+27
2008-11-17cleaning up warnings in MSSQL code.Dr Scofield1-1/+1
2008-11-15Mantis#2626: Thank you Ruud Lathrop, for a patch that cleans up MSSQL code.Homer Horwitz1-73/+2
2008-09-14Mantis #2124Melanie Thielker1-98/+147
2008-09-06* This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares1-4/+4
2008-08-18Formatting cleanup.Jeff Ames1-3/+3
2008-07-31Thanks, sempuki, for a patch that moves all Grid Server's plugins toMike Mazur1-1/+1
2008-07-17Mantis#1736. Thank you kindly, StrawberryFride for a patch that:Charles Krinke1-56/+43
2008-07-07* remove unused CommitAssets() hook for nowJustin Clarke Casey1-7/+0
2008-07-02* Drop InvType from the assets table since it is no longer usedJustin Clarke Casey1-7/+3
2008-06-27Mantis#1591. Thank you graciously, Sempuki for a patch that:Charles Krinke1-0/+2
2008-06-26Apply patch from bug #1609 -- Documentation for Data/MSSQL. Thanks kerunix_F...Jeff Ames1-4/+46
2008-05-16Formatting cleanup.Jeff Ames1-1/+1
2008-05-01* Rolled back a few changes.Adam Frisby1-1/+1
2008-05-01* Cleaning code still.Adam Frisby1-1/+1
2008-05-01* Align new fields upgrade sql to have the same 'not null' and default settin...Justin Clarke Casey1-1/+1
2008-04-23changes to allow asset_source to be specified in the opensim.iniSean Dague1-0/+7
2008-04-21* Optimised using statements and namespace references across entire project (...Adam Frisby1-2/+3
2008-04-02fix ups to include OpenSim.Framework explicit includes (theySean Dague1-0/+1
2008-04-02attempt to fix up all refernces to new directory structureSean Dague1-1/+1
2008-04-02whole lot more movingSean Dague1-0/+0
2008-03-28* Introduced common abstract AssetDataBase implementing IAssetProviderlbsa711-9/+9
2008-03-18Formatting cleanup.Jeff Ames1-27/+26