Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2012-05-23 | Environment Module - allows Environment settings for Viewer3 warning: ↵ | PixelTomsen | 1 | -0/+14 | |
includes database region store migrations for mssql, mysql, sqlite enable/disable this module: Cap_EnvironmentSettings = "localhost" (for enable) Cap_EnvironmentSettings = "" (for disable) at ClientStack.LindenCaps section (OpenSimDefaults.ini file) or owerwrite in OpenSim.ini mantis: http://opensimulator.org/mantis/view.php?id=5860 Signed-off-by: BlueWall <jamesh@bluewallgroup.com> | |||||
2012-03-06 | Updates to MSSQL store for 0.7.3 to include: | Chris Hart | 1 | -1/+84 | |
* Telehub support * Bugfix to Friends lookups * Updates to Creator fields to store up to 255 characters for HG item creator storage | |||||
2012-02-14 | Fix: MSSQLDB Grid - unable to register region ↵ | PixelTomsen | 1 | -1/+8 | |
http://opensimulator.org/mantis/view.php?id=5886 | |||||
2012-02-14 | Revert "Add GridStore migration for MSSQL." | Justin Clark-Casey (justincc) | 1 | -8/+0 | |
This reverts commit 0b17a66e683f7ffca3877c1601c4179684b62144. | |||||
2012-02-14 | Add GridStore migration for MSSQL. | Justin Clark-Casey (justincc) | 1 | -0/+8 | |
This is done blind since I don't use MSSQL. If this doesn't work, then one will have to wait for it to be updated for the 0.7.3 opensim release. | |||||
2012-02-03 | Fix: Covenant changed time not set ↵ | PixelTomsen | 1 | -0/+8 | |
http://opensimulator.org/mantis/view.php?id=5869 Signed-off-by: BlueWall <jamesh@bluewallgroup.com> | |||||
2011-09-20 | Remove vestigal OpenSim.Data mono addins extension points that don't look ↵ | Justin Clark-Casey (justincc) | 1 | -23/+0 | |
like they've been active for at least 2 and a half years | |||||
2011-09-16 | MSSQL Bug fix in user account retrieval, plus migrations for FriendsStore ↵ | Chris Hart | 2 | -0/+60 | |
and InventoryStore | |||||
2011-06-01 | Updates to MSSQL to most recent compatibility, also included Windlight ↵ | Chris Hart | 3 | -1/+71 | |
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-05-07 | Mantis #5470 -- add forgotten MSSQL's GridUserStore. Thank you MrMonkE | Diva Canto | 1 | -0/+19 | |
2011-04-28 | Thank you MrMonkE for a patch that seems to bring the MSSQL data layer up to ↵ | Diva Canto | 8 | -21/+176 | |
speed with 0.7.x. | |||||
2010-07-26 | add mssql support for media on a prim | Justin Clark-Casey (justincc) | 1 | -1/+8 | |
compiles but not tested. please test and correct if necessary! | |||||
2010-07-26 | add mssql support for media on a prim | Justin Clark-Casey (justincc) | 1 | -1/+8 | |
compiles but not tested. please test and correct if necessary! | |||||
2010-05-23 | Removed (unused?) empty SQL files from MSSQL resource dir | AlexRa | 9 | -0/+0 | |
There was a whole bunch of these SQL files, all empty and apparently unused. Removing them is just a clean-up, if anybody has a reason for these files to be there, feel free to revert. | |||||
2010-05-23 | MSSQL Migration: CreatorID in InventoryItems changed to VARCHAR(36) | AlexRa | 1 | -0/+70 | |
Again, the same thing about potentially having non-GUID CreatorID. | |||||
2010-05-23 | MSSQL: added asset_flags, CreatorID to migrations | AlexRa | 1 | -0/+6 | |
2010-05-18 | MS SQL migrations converted to the new format | AlexRa | 77 | -2008/+2273 | |
2010-05-18 | Converted MySQL migration history to the new format | AlexRa | 1 | -6/+0 | |
Replaced all NNN_StoreName.sql migration resources with a more readable, single-file-per-store | |||||
2010-05-16 | MS SQL migrations converted to the new format | AlexRa | 77 | -2008/+2273 | |
2010-05-16 | Converted MySQL migration history to the new format | AlexRa | 1 | -6/+0 | |
Replaced all NNN_StoreName.sql migration resources with a more readable, single-file-per-store | |||||
2010-03-09 | MSSQL tweaks for latest ROBUST - friends handling fixed, GridUserData ↵ | unknown | 5 | -2/+32 | |
placeholder added. Signed-off-by: Melanie <melanie@t-data.com> | |||||
2010-02-24 | MSSQL Additions for Presence Refactor branch. Most functionality tested and ↵ | StrawberryFride | 9 | -0/+101 | |
works, some outstanding issues around login location and border crossings on y axis. Signed-off-by: Melanie <melanie@t-data.com> | |||||
2009-10-05 | MSSQL changes for Grid server in ROBUST plus some code tweaks 'n tidy up | unknown | 1 | -0/+8 | |
2009-10-05 | MSSQL changes for Grid server in ROBUST plus some code tweaks 'n tidy up | unknown | 1 | -0/+8 | |
2009-09-06 | Thank you, StrawberryFride, for a hit-and-run patch to add authentication | Melanie | 1 | -0/+5 | |
and user services to MSSQL | |||||
2009-06-29 | Thanks StrawberryFride, for a patch that fixes MSSQL migration: | Arthur Valadares | 1 | -3/+3 | |
Minor tweak to a region migration SQL script for the OAR DateTime field - SQL Server syntax slightly different from MySQL (and there is no unsigned in MSSQL, sadly) | |||||
2009-06-29 | From: Chris Yeoh <yeohc@au1.ibm.com> | Sean Dague | 1 | -0/+7 | |
Attached is a patch that changes the oar file saving of creation date/time to an integer instead of a string. I did this after justincc emailed me saying there is a problem with internationalisation doing it the old way and I said I'd fix it. Its been tested with MySQL and I've made the changes for MSSQL but that hasn't been well tested. | |||||
2009-06-18 | Applied patch from Mantis #3817, which fixes a error when using MSSQL. I ↵ | MW | 2 | -12/+0 | |
don't use MSSQL so couldn't test this myself. But there was certainly duplicated instructions in these files...which this patch fixes. Thanks Grumly57 | |||||
2009-06-17 | Add the missing resource files for MSSQL | Melanie Thielker | 2 | -0/+24 | |
Mantis #3800 | |||||
2009-05-20 | Update svn properties. | Jeff Ames | 1 | -5/+5 | |
2009-05-17 | Thank you kindly, StrawberryFride, for a patch that: | Charles Krinke | 1 | -0/+5 | |
Adds maturity & access logic for MSSQL platform to mirror that of MySQL as committed in 9502. | |||||
2009-04-05 | Thanks StrawberryFride for a MSSQL patch to mirror r9011. | Homer Horwitz | 1 | -0/+1 | |
Fixes Mantis #3409 | |||||
2009-02-19 | * Apply http://opensimulator.org/mantis/view.php?id=3142 | Justin Clarke Casey | 23 | -0/+934 | |
* Changes varchar(36) columns to UUID type in MSSQL - this will be much more efficient * ===As always, please, please backup your database before applying this patch=== * Thanks Ruud Lathrop (for the patch) and StrawberryFride (for the review) | |||||
2009-02-16 | - remove dependency on OpenSim.Grid.AssetServer.Plugins.Opensim in | Mike Mazur | 1 | -1/+0 | |
OpenSim.Data.*.addin.xml, this is cruft left over from previous testing - fix example SQLite connection string in AssetInventoryServer.ini.example | |||||
2009-02-16 | - add OpenSim.Grid.AssetServer.Plugins.OpenSim as a dependency for ↵ | Mike Mazur | 1 | -0/+1 | |
OpenSim.Data.*.addin.xml - remove OpenSim.Grid.NewAssetServer.exe from bin/OpenSim.Data.addin.xml - add prebuild.xml section for OpenSim.Grid.AssetServer.Plugins.OpenSim.dll | |||||
2009-01-08 | Update svn properties, minor formatting cleanup. | Jeff Ames | 1 | -5/+5 | |
2009-01-07 | Thank you kindly, StrawberryFride for a patch that: | Charles Krinke | 1 | -0/+5 | |
Solves the problem of unable to load prim items on region start in MSSQL. The error was in the MSSQLRegionData code that loads objects from the database, due to reliance on the ParentID field that is not used. | |||||
2008-11-21 | Update svn properties, minor formatting cleanup. | Jeff Ames | 3 | -19/+19 | |
2008-11-19 | Mantis#2658. Thank you kindly, StrawberryFride for a patch that: | Charles Krinke | 1 | -0/+6 | |
Keeping up with MySQL and SQLite. Small code changes and another resource file to add. | |||||
2008-11-19 | Mantis#2657. Thank you kindly, StrawberryFride for a patch that: | Charles Krinke | 2 | -0/+13 | |
Added access_time and create_time, plus the new sun position data to MSSQL code. | |||||
2008-11-15 | Mantis#2626: Thank you Ruud Lathrop, for a patch that cleans up MSSQL code. | Homer Horwitz | 10 | -404/+0 | |
2008-11-14 | Mantis #2618 | Melanie Thielker | 1 | -0/+5 | |
Thank you, StrawberryFride, for a patch that adds group permission support to MSSQL. Contains a migration, back up your database. | |||||
2008-11-09 | Update svn properties. Add copyright headers. Minor formatting cleanup. | Jeff Ames | 2 | -50/+50 | |
2008-11-09 | Mantis#2591. Thank you kindly, Ruud Lathrop for a patch that: | Charles Krinke | 2 | -0/+50 | |
This patch is two script that fixes a issue when adding more then 1 avatar to estateban/estatemanager list. It removes a key and adds a index to the tables. | |||||
2008-11-05 | Update svn properties, minor formatting cleanup. | Jeff Ames | 1 | -5/+5 | |
2008-11-05 | added missing file from mantis #2555 | Dahlia Trimble | 1 | -0/+5 | |
2008-10-27 | Update svn properties, minor formatting cleanup. | Jeff Ames | 1 | -5/+5 | |
2008-10-27 | Thank you kindly, Ruud Lathrop for a patch that solves: | Charles Krinke | 1 | -0/+5 | |
Primary Key violation when just linked a lot of prims using MSSQL. | |||||
2008-10-18 | Add a resource file on Strawberry's patch I missed | Melanie Thielker | 1 | -0/+7 | |
2008-09-29 | * Add missing mssql migration files from ↵ | Justin Clarke Casey | 3 | -0/+76 | |
http://opensimulator.org/mantis/view.php?id=2295 * Sorry about that |