OpenSimMirror/OpenSim/Data/MSSQL
Justin Clark-Casey (justincc) f7d09b898a Make the concept of namespaces explicit in dynamic attributes
This is in order to reduce the likelihood of naming clashes, make it easier to filter in/out attributes, ensure uniformity, etc.
All dynattrs in the opensim distro itself or likely future ones should be in the "OpenSim" namespace.
This does alter the underlying dynattrs data structure.  All data in previous structures may not be available, though old structures should not cause errors.
This is done without notice since this feature has been explicitly labelled as experimental, subject to change and has not been in a release.
However, existing materials data is being preserved by moving it to the "Materials" store in the "OpenSim" namespace.
2013-06-27 23:14:28 +01:00
..
Properties Deleted all AssemblyFileVersion directives 2013-02-19 17:14:55 -08:00
Resources Change recent MSSQL migrations to drop COLUMN from ALTER TABLE which is either not syntactical or unnecessary. 2013-04-02 00:45:29 +01:00
MSSQLAssetData.cs Add more information to warnings logged when asset names and descriptions have to be truncated for database storage 2013-02-27 21:35:54 +00:00
MSSQLAuthenticationData.cs MSSQL Additions for Presence Refactor branch. Most functionality tested and works, some outstanding issues around login location and border crossings on y axis. 2010-02-24 15:50:44 +00:00
MSSQLAvatarData.cs remove some mono compiler warnings 2011-03-31 22:20:12 +01:00
MSSQLEstateData.cs Reattaching a region was failing if the estate name had not changed (issue 5035). 2011-09-16 18:50:25 +01:00
MSSQLFriendsData.cs Updates to MSSQL store for 0.7.3 to include: 2012-03-06 00:27:49 +00:00
MSSQLGenericTableHandler.cs Updates to MSSQL to most recent compatibility, also included Windlight support. Needs plenty of testing but clean install and migration from 0.6.9 have been tested and work, a few indexes still need to be added for performance. 2011-06-01 21:01:04 +01:00
MSSQLGridUserData.cs remove some mono compiler warnings 2011-03-31 22:20:12 +01:00
MSSQLInventoryData.cs Updates to MSSQL store for 0.7.3 to include: 2012-03-06 00:27:49 +00:00
MSSQLManager.cs Add MSSQL login processing fix for servers run on different locales. 2012-03-31 01:12:04 +01:00
MSSQLMigration.cs minor: remove some mono compiler warnings 2011-08-18 01:16:58 +01:00
MSSQLPresenceData.cs Restrict IPresenceData.VerifyAgent 2012-12-09 15:08:32 -05:00
MSSQLRegionData.cs Move OpenSim.Data.RegionFlags -> OpenSim.Framework.RegionFlags to make it easier for other code to use (e.g. LSL_Api) without having to reference OpenSim.Data just for this. 2012-10-09 01:35:27 +01:00
MSSQLSimulationData.cs Make the concept of namespaces explicit in dynamic attributes 2013-06-27 23:14:28 +01:00
MSSQLUserAccountData.cs MSSQL Bug fix in user account retrieval, plus migrations for FriendsStore and InventoryStore 2011-09-16 19:09:46 +01:00
MSSQLXInventoryData.cs refactor: move common inventory folder version update code to parent class in mysql, mssql and sqlite database plugins 2012-11-15 04:01:30 +00:00