OpenSimMirror/OpenSim/Data/MySQL
Justin Clark-Casey (justincc) 35843e8ec8 Change the table and field names of XAssetService mysql db tables to be capitalized like Avatars, Friends, etc.
Also fixes access time being set on assets rather than XAssetsMeta
This is to try and be somewhat consistent with other service tables that are mainly in this style.
No migration is supplied, since nobody should be using this service yet except on a test basis.
2013-03-15 23:42:16 +00:00
..
Properties Deleted all AssemblyFileVersion directives 2013-02-19 17:14:55 -08:00
Resources Change the table and field names of XAssetService mysql db tables to be capitalized like Avatars, Friends, etc. 2013-03-15 23:42:16 +00:00
MySQLAssetData.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
MySQLAuthenticationData.cs Consistently use using() to make sure we dispose of used MySqlCommands where this is not already being done. 2012-04-30 15:54:35 +01:00
MySQLAvatarData.cs Consistently use using() to make sure we dispose of used MySqlCommands where this is not already being done. 2012-04-30 15:54:35 +01:00
MySQLEstateData.cs Move Telehub tables and data from EstateSettings to RegionSettings. 2012-01-22 11:36:04 +00:00
MySQLFramework.cs Updated MySQL connection management to use the MySQL connection pooling. This should accommodate various timeout problems that exist with the current connection pool code in a more general and standard way. 2010-02-05 18:07:59 -08:00
MySQLFriendsData.cs Consistently use using() to make sure we dispose of used MySqlCommands where this is not already being done. 2012-04-30 15:54:35 +01:00
MySQLGenericTableHandler.cs I need these for OfflineIM and Groups. 2013-02-18 12:08:05 -08:00
MySQLGridUserData.cs GridUserService in place. Replaces the contrived concept of storing user's home and position info in the presence service. WARNING: I violated a taboo by deleting 2 migration files and simplifying the original table creation for Presence. This should not cause any problems to anyone, though. Things will work with the new simplified table, as well as with the previous contrived one. If there are any problems, solving them is as easy as dropping the presence table and deleting its row in the migrations table. The presence info only exists during a user's session anyway. 2010-05-07 21:29:56 -07:00
MySQLGroupsData.cs First commit of Diva Groups. The Data bits went to OpenSim.Data core, the rest to Addons.Groups.dll. 2013-02-19 07:26:40 -08:00
MySQLInventoryData.cs Consistently use using() to make sure we dispose of used MySqlCommands where this is not already being done. 2012-04-30 15:54:35 +01:00
MySQLMigrations.cs Revert "This is a HACK! Downright nasty. For some reason, the devs of the mysql" 2010-06-19 23:45:56 +01:00
MySQLOfflineIMData.cs Offline IM: moved the Data and MySQL bits to the corresponding places in core, so that it will be easier to plugin a SQLite backend, if anyone is interested in doing that. 2013-02-19 06:37:20 -08:00
MySQLPresenceData.cs Restrict IPresenceData.VerifyAgent 2012-12-09 15:08:32 -05:00
MySQLRegionData.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
MySQLSimulationData.cs Added physics parameters support to MSSQL and SQLite (not tested) 2013-02-09 01:03:58 +00:00
MySQLUserAccountData.cs Consistently use using() to make sure we dispose of used MySqlCommands where this is not already being done. 2012-04-30 15:54:35 +01:00
MySQLXAssetData.cs Change the table and field names of XAssetService mysql db tables to be capitalized like Avatars, Friends, etc. 2013-03-15 23:42:16 +00:00
MySQLXInventoryData.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