aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/SQLite/SQLiteAssetData.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2019-05-19Move db directory out of tree.onefang1-2/+2
2019-05-19Dump OpenSim 0.9.0.1 into it's own branch.onefang1-5/+7
2016-11-04Attempt to move everything writable, and the configs, out of the bin directory.David Walter Seikel1-2/+2
2016-11-03Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel1-21/+46
2012-11-14More consistently dispose of SqliteCommand in OpenSim.Data.SQLite where possi...Justin Clark-Casey (justincc)1-6/+8
2012-02-21Add 64 bit Windows sqlite3.dll and use this if running a 64-bit windows process.Justin Clark-Casey (justincc)1-0/+3
2011-07-16refactor: Pull up Assembly of the SQLite classes as a protected property, so ...Marck1-2/+6
2010-09-23* Add CSharpSqlite to prebuildTeravus Ovares (Dan Olivares)1-1/+6
2010-05-20Revert one of the previous patches' hunks. The new code looked better, butMelanie1-3/+10
2010-05-19Added CreatorID to SQLite asset dataAlexRa1-15/+27
2010-05-19A bit of harmless refactoring in SQLiteAssetData.csAlexRa1-10/+3
2010-05-09Yey for unit tests. The previous commit had a couple of bugs on SQL statement...Diva Canto1-1/+1
2010-05-09* Fixed spamming the assets table with map tiles. The tile image ID is now st...Diva Canto1-3/+7
2010-05-09Add Delete handler to SQLite (NG)Melanie1-15/+16
2010-05-09Implement the "delete" path for assets. Adds a new option to allow remote ass...Melanie1-0/+5
2010-04-30rename SQLiteNG to SQLite and SQLite to SQLiteLegacyJustin Clark-Casey (justincc)1-3/+3
2010-04-14minor: add some documentation around the asset udp request path and replace s...Justin Clark-Casey (justincc)1-1/+1
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
2010-02-03minor: remove some mono compiler warningsJustin Clark-Casey (justincc)1-1/+1
2009-11-12minor: remove some mono compiler warningsJustin Clark-Casey (justincc)1-16/+16
2009-11-05Changing the AssetBase constructors to avoid initializing assets with an unkn...John Hurliman1-4/+5
2009-10-01Switched log level of an annoying message in SQLite to Debug, and commented i...Diva Canto1-2/+2
2009-08-19* Switching IAssetData to follow the new naming schema, removing the separate...Kunnis1-28/+19
2009-08-16* Fixed MySQL/MySQLAssetData.cs to properly do updates * Removed an extra par...Kunnis1-1/+1
2009-06-01Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames1-1/+1
2009-05-15* Change default sqlite asset db back to Asset.db instead of AssetStorage.dbJustin Clarke Casey1-2/+2
2009-04-13* Some more experimental work on distributed assets. Nothing hotwired yet.lbsa711-1/+1
2009-04-09* minor: correct some documentation in SQLiteAssetData.csJustin Clarke Casey1-8/+2
2009-04-09* Change SQLite asset UUID to dashed format to be consistentJustin Clarke Casey1-6/+6
2009-03-09Implemented FetchAssetMetadataSet in DB backends.Mike Mazur1-0/+50
2009-02-17- remove the Metadata property from AssetBase and return all previousMike Mazur1-23/+23
2009-02-12* optimized usings.lbsa711-1/+1
2009-02-04- add OpenSim.Framework.AssetMetadata class. AssetBase is now composed of itMike Mazur1-23/+23
2008-11-08Work in progress on SECS stuff. Have been holding it off until after 0.6 rele...Tedd Hansen1-2/+2
2008-09-18- Add Dispose method to IRegionDataStoreHomer Horwitz1-1/+8
2008-09-06* This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares1-5/+5
2008-08-27we are now past change 6000, so getting rid of the pre-MigrationSean Dague1-81/+0
2008-08-18Formatting cleanup.Jeff Ames1-9/+9
2008-07-23Update svn properties. Formatting cleanup. Remove a compiler warning.Jeff Ames1-3/+5
2008-07-18add some locks back into the sqlite asset path, as something changedSean Dague1-49/+56
2008-07-07* remove unused CommitAssets() hook for nowJustin Clarke Casey1-13/+0
2008-07-02* Drop InvType from the assets table since it is no longer usedJustin Clarke Casey1-8/+4
2008-06-27last round of warning squashing. calling it a day now.Dr Scofield1-23/+23
2008-06-27Mantis#1591. Thank you graciously, Sempuki for a patch that:Charles Krinke1-0/+2
2008-06-26Apply patch from bug #1605 -- Documentation for Data/SQLite. Thanks kerunix_...Jeff Ames1-3/+65
2008-06-11check in working migration code fore SQLite. This Sean Dague1-3/+21
2008-05-16Formatting cleanup.Jeff Ames1-12/+12
2008-05-14More formatting cleanup.Jeff Ames1-1/+2
2008-05-14Formatting cleanup.Jeff Ames1-1/+1