OpenSimMirror/OpenSim/Data
Sean Dague 51a9c91909 WARNING: contains migration
Since creatorID is no longer treated as a UUID type in the code from the database we need to make sure that it isn't null in the database.  This updates all empty string and null values for this column to the Zero UUID, and makes the column a not null definition with a default fo the Zero UUID.
2009-05-08 14:16:07 +00:00
..
MSSQL * Some more experimental work on distributed assets. Nothing hotwired yet. 2009-04-13 20:04:18 +00:00
MySQL WARNING: contains migration 2009-05-08 14:16:07 +00:00
NHibernate * Some more experimental work on distributed assets. Nothing hotwired yet. 2009-04-13 20:04:18 +00:00
Null * Upped trunk version number to 0.6.4 as we just tagged 0.6.4-release 2009-04-01 19:44:46 +00:00
Properties * Upped trunk version number to 0.6.4 as we just tagged 0.6.4-release 2009-04-01 19:44:46 +00:00
Resources Embed OpenSim.Data.addin.xml as a resource into OpenSim.Data.dll. 2009-02-03 05:20:52 +00:00
SQLite * Consistently use dashed uuid format for sqlite region data, as was previously done for sqlite inventory data. 2009-05-07 13:20:29 +00:00
Tests make the asserts spit out messages about their test names 2009-04-13 21:04:50 +00:00
AssetDataBase.cs * Some more experimental work on distributed assets. Nothing hotwired yet. 2009-04-13 20:04:18 +00:00
DataPluginFactory.cs The DataPluginFactory is now a set of generic methods instead of 2009-02-09 00:33:44 +00:00
GridDataBase.cs Add the missing bits for the new region-search: 2008-10-03 23:00:42 +00:00
IAssetData.cs Implemented FetchAssetMetadataSet in DB backends. 2009-03-09 07:29:34 +00:00
IGridData.cs Add the missing bits for the new region-search: 2008-10-03 23:00:42 +00:00
IInventoryData.cs Committing partial work on passing folders across instances. This may crash. 2009-03-23 00:11:34 +00:00
ILogData.cs Formatting cleanup. 2008-08-18 00:39:10 +00:00
IRegionProfileService.cs * Got rid of concrete GridDBService references 2009-02-26 11:50:49 +00:00
IUserData.cs * Allow interested user data plugins to store temporary user profiles 2009-04-23 18:57:39 +00:00
IniConfig.cs Formatting cleanup. 2008-05-16 01:22:11 +00:00
Migration.cs * optimized usings. 2009-02-12 09:53:12 +00:00
RegionProfileData.cs Update svn properties, formatting cleanup. 2009-03-12 15:28:30 +00:00
RegionProfileServiceProxy.cs * Refactored out Create() methods to ensure proper transformation between RegionProfileData and RegionInfo 2009-03-10 09:05:06 +00:00
ReservationData.cs * This is the fabled LibOMV update with all of the libOMV types from JHurliman 2008-09-06 07:52:41 +00:00
UserDataBase.cs * Allow interested user data plugins to store temporary user profiles 2009-04-23 18:57:39 +00:00