aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/SQLite/SQLiteAssetData.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Move db directory out of tree.onefang2019-05-191-2/+2
* Dump OpenSim 0.9.0.1 into it's own branch.onefang2019-05-191-5/+7
* Attempt to move everything writable, and the configs, out of the bin directory.David Walter Seikel2016-11-041-2/+2
* Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel2016-11-031-21/+46
* More consistently dispose of SqliteCommand in OpenSim.Data.SQLite where possi...Justin Clark-Casey (justincc)2012-11-141-6/+8
* Add 64 bit Windows sqlite3.dll and use this if running a 64-bit windows process.Justin Clark-Casey (justincc)2012-02-211-0/+3
* refactor: Pull up Assembly of the SQLite classes as a protected property, so ...Marck2011-07-161-2/+6
* * Add CSharpSqlite to prebuildTeravus Ovares (Dan Olivares)2010-09-231-1/+6
* Revert one of the previous patches' hunks. The new code looked better, butMelanie2010-05-201-3/+10
* Added CreatorID to SQLite asset dataAlexRa2010-05-191-15/+27
* A bit of harmless refactoring in SQLiteAssetData.csAlexRa2010-05-191-10/+3
* Yey for unit tests. The previous commit had a couple of bugs on SQL statement...Diva Canto2010-05-091-1/+1
* * Fixed spamming the assets table with map tiles. The tile image ID is now st...Diva Canto2010-05-091-3/+7
* Add Delete handler to SQLite (NG)Melanie2010-05-091-15/+16
* Implement the "delete" path for assets. Adds a new option to allow remote ass...Melanie2010-05-091-0/+5
* rename SQLiteNG to SQLite and SQLite to SQLiteLegacyJustin Clark-Casey (justincc)2010-04-301-3/+3
* minor: add some documentation around the asset udp request path and replace s...Justin Clark-Casey (justincc)2010-04-141-1/+1
* Changed asset CreatorID to a stringJohn Hurliman2010-02-221-1/+1
* * Adds CreatorID to asset metadata. This is just the plumbing to support Crea...John Hurliman2010-02-221-1/+2
* minor: remove some mono compiler warningsJustin Clark-Casey (justincc)2010-02-031-1/+1
* minor: remove some mono compiler warningsJustin Clark-Casey (justincc)2009-11-121-16/+16
* Changing the AssetBase constructors to avoid initializing assets with an unkn...John Hurliman2009-11-051-4/+5
* Switched log level of an annoying message in SQLite to Debug, and commented i...Diva Canto2009-10-011-2/+2
* * Switching IAssetData to follow the new naming schema, removing the separate...Kunnis2009-08-191-28/+19
* * Fixed MySQL/MySQLAssetData.cs to properly do updates * Removed an extra par...Kunnis2009-08-161-1/+1
* Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames2009-06-011-1/+1
* * Change default sqlite asset db back to Asset.db instead of AssetStorage.dbJustin Clarke Casey2009-05-151-2/+2
* * Some more experimental work on distributed assets. Nothing hotwired yet.lbsa712009-04-131-1/+1
* * minor: correct some documentation in SQLiteAssetData.csJustin Clarke Casey2009-04-091-8/+2
* * Change SQLite asset UUID to dashed format to be consistentJustin Clarke Casey2009-04-091-6/+6
* Implemented FetchAssetMetadataSet in DB backends.Mike Mazur2009-03-091-0/+50
* - remove the Metadata property from AssetBase and return all previousMike Mazur2009-02-171-23/+23
* * optimized usings.lbsa712009-02-121-1/+1
* - add OpenSim.Framework.AssetMetadata class. AssetBase is now composed of itMike Mazur2009-02-041-23/+23
* Work in progress on SECS stuff. Have been holding it off until after 0.6 rele...Tedd Hansen2008-11-081-2/+2
* - Add Dispose method to IRegionDataStoreHomer Horwitz2008-09-181-1/+8
* * This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares2008-09-061-5/+5
* we are now past change 6000, so getting rid of the pre-MigrationSean Dague2008-08-271-81/+0
* Formatting cleanup.Jeff Ames2008-08-181-9/+9
* Update svn properties. Formatting cleanup. Remove a compiler warning.Jeff Ames2008-07-231-3/+5
* add some locks back into the sqlite asset path, as something changedSean Dague2008-07-181-49/+56
* * remove unused CommitAssets() hook for nowJustin Clarke Casey2008-07-071-13/+0
* * Drop InvType from the assets table since it is no longer usedJustin Clarke Casey2008-07-021-8/+4
* last round of warning squashing. calling it a day now.Dr Scofield2008-06-271-23/+23
* Mantis#1591. Thank you graciously, Sempuki for a patch that:Charles Krinke2008-06-271-0/+2
* Apply patch from bug #1605 -- Documentation for Data/SQLite. Thanks kerunix_...Jeff Ames2008-06-261-3/+65
* check in working migration code fore SQLite. This Sean Dague2008-06-111-3/+21
* Formatting cleanup.Jeff Ames2008-05-161-12/+12
* More formatting cleanup.Jeff Ames2008-05-141-1/+2
* Formatting cleanup.Jeff Ames2008-05-141-1/+1