index
:
opensim-SC_OLD
master
My fork of OpenSim for IG and MG, called SledjChisl.
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
OpenSim
/
Data
/
SQLite
/
SQLiteAssetData.cs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2012-11-14
More consistently dispose of SqliteCommand in OpenSim.Data.SQLite where possi...
Justin Clark-Casey (justincc)
1
-6
/
+8
2012-02-21
Add 64 bit Windows sqlite3.dll and use this if running a 64-bit windows process.
Justin Clark-Casey (justincc)
1
-0
/
+3
2011-07-16
refactor: Pull up Assembly of the SQLite classes as a protected property, so ...
Marck
1
-2
/
+6
2010-09-23
* Add CSharpSqlite to prebuild
Teravus Ovares (Dan Olivares)
1
-1
/
+6
2010-05-20
Revert one of the previous patches' hunks. The new code looked better, but
Melanie
1
-3
/
+10
2010-05-19
Added CreatorID to SQLite asset data
AlexRa
1
-15
/
+27
2010-05-19
A bit of harmless refactoring in SQLiteAssetData.cs
AlexRa
1
-10
/
+3
2010-05-09
Yey for unit tests. The previous commit had a couple of bugs on SQL statement...
Diva Canto
1
-1
/
+1
2010-05-09
* Fixed spamming the assets table with map tiles. The tile image ID is now st...
Diva Canto
1
-3
/
+7
2010-05-09
Add Delete handler to SQLite (NG)
Melanie
1
-15
/
+16
2010-05-09
Implement the "delete" path for assets. Adds a new option to allow remote ass...
Melanie
1
-0
/
+5
2010-04-30
rename SQLiteNG to SQLite and SQLite to SQLiteLegacy
Justin Clark-Casey (justincc)
1
-3
/
+3
2010-04-14
minor: add some documentation around the asset udp request path and replace s...
Justin Clark-Casey (justincc)
1
-1
/
+1
2010-02-22
Changed asset CreatorID to a string
John Hurliman
1
-1
/
+1
2010-02-22
* Adds CreatorID to asset metadata. This is just the plumbing to support Crea...
John Hurliman
1
-1
/
+2
2010-02-03
minor: remove some mono compiler warnings
Justin Clark-Casey (justincc)
1
-1
/
+1
2009-11-12
minor: remove some mono compiler warnings
Justin Clark-Casey (justincc)
1
-16
/
+16
2009-11-05
Changing the AssetBase constructors to avoid initializing assets with an unkn...
John Hurliman
1
-4
/
+5
2009-10-01
Switched log level of an annoying message in SQLite to Debug, and commented i...
Diva Canto
1
-2
/
+2
2009-08-19
* Switching IAssetData to follow the new naming schema, removing the separate...
Kunnis
1
-28
/
+19
2009-08-16
* Fixed MySQL/MySQLAssetData.cs to properly do updates * Removed an extra par...
Kunnis
1
-1
/
+1
2009-06-01
Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...
Jeff Ames
1
-1
/
+1
2009-05-15
* Change default sqlite asset db back to Asset.db instead of AssetStorage.db
Justin Clarke Casey
1
-2
/
+2
2009-04-13
* Some more experimental work on distributed assets. Nothing hotwired yet.
lbsa71
1
-1
/
+1
2009-04-09
* minor: correct some documentation in SQLiteAssetData.cs
Justin Clarke Casey
1
-8
/
+2
2009-04-09
* Change SQLite asset UUID to dashed format to be consistent
Justin Clarke Casey
1
-6
/
+6
2009-03-09
Implemented FetchAssetMetadataSet in DB backends.
Mike Mazur
1
-0
/
+50
2009-02-17
- remove the Metadata property from AssetBase and return all previous
Mike Mazur
1
-23
/
+23
2009-02-12
* optimized usings.
lbsa71
1
-1
/
+1
2009-02-04
- add OpenSim.Framework.AssetMetadata class. AssetBase is now composed of it
Mike Mazur
1
-23
/
+23
2008-11-08
Work in progress on SECS stuff. Have been holding it off until after 0.6 rele...
Tedd Hansen
1
-2
/
+2
2008-09-18
- Add Dispose method to IRegionDataStore
Homer Horwitz
1
-1
/
+8
2008-09-06
* This is the fabled LibOMV update with all of the libOMV types from JHurliman
Teravus Ovares
1
-5
/
+5
2008-08-27
we are now past change 6000, so getting rid of the pre-Migration
Sean Dague
1
-81
/
+0
2008-08-18
Formatting cleanup.
Jeff Ames
1
-9
/
+9
2008-07-23
Update svn properties. Formatting cleanup. Remove a compiler warning.
Jeff Ames
1
-3
/
+5
2008-07-18
add some locks back into the sqlite asset path, as something changed
Sean Dague
1
-49
/
+56
2008-07-07
* remove unused CommitAssets() hook for now
Justin Clarke Casey
1
-13
/
+0
2008-07-02
* Drop InvType from the assets table since it is no longer used
Justin Clarke Casey
1
-8
/
+4
2008-06-27
last round of warning squashing. calling it a day now.
Dr Scofield
1
-23
/
+23
2008-06-27
Mantis#1591. Thank you graciously, Sempuki for a patch that:
Charles Krinke
1
-0
/
+2
2008-06-26
Apply patch from bug #1605 -- Documentation for Data/SQLite. Thanks kerunix_...
Jeff Ames
1
-3
/
+65
2008-06-11
check in working migration code fore SQLite. This
Sean Dague
1
-3
/
+21
2008-05-16
Formatting cleanup.
Jeff Ames
1
-12
/
+12
2008-05-14
More formatting cleanup.
Jeff Ames
1
-1
/
+2
2008-05-14
Formatting cleanup.
Jeff Ames
1
-1
/
+1
2008-05-01
* In ur code. Making it static.
Adam Frisby
1
-5
/
+5
2008-05-01
* Align new fields upgrade sql to have the same 'not null' and default settin...
Justin Clarke Casey
1
-5
/
+5
2008-04-23
changes to allow asset_source to be specified in the opensim.ini
Sean Dague
1
-3
/
+6
2008-04-21
* Optimised using statements and namespace references across entire project (...
Adam Frisby
1
-2
/
+2
[next]