aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/MySQL/MySQLRegionData.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Show hyperlinksDiva Canto2010-07-311-25/+25
* Implemented console command "show hyperlinks".Marck2010-07-311-23/+26
* All (?) MySQL stores fixed to use DBGuid.FromDB()AlexRa2010-05-191-6/+4
* Merge branch 'master' into presence-refactorMelanie2010-02-081-124/+133
|\
| * Updated MySQL connection management to use the MySQL connection pooling. This...Master ScienceSim2010-02-051-124/+133
* | Preliminary work on the new default region setting mechanismMelanie2010-01-091-0/+26
|/
* Reverting the memory leak patch for MySQL. Problems have been reported with t...John Hurliman2009-11-021-114/+114
* Stop null values from being returned on database queriesMelanie2009-10-121-1/+4
* Remove the using() constructs from the new style database modules; they causedMelanie2009-10-061-1/+1
* Added CloseDBConnection() to replace the old CloseReaderCommand(). This will ...John Hurliman2009-10-051-0/+2
* * MySQL data tests now pass by fixing a bad fix for a bad cast on the asset L...John Hurliman2009-10-041-121/+119
* Make the RegionData plugin store the RegionNameMelanie2009-09-271-2/+3
* Prevent manually setting Data["locX"] and Data["locY"], since that wouldMelanie2009-09-271-0/+4
* Merge branch 'master' of ssh://melanie@opensimulator.org/var/git/opensimMelanie2009-09-271-7/+4
|\
| * minor: remove some mono compiler warningsJustin Clark-Casey (justincc)2009-09-251-1/+1
| * All tests pass for MySQL/MySQLRegionData.Diva Canto2009-09-241-12/+3
* | Add the Migration for the regions tableMelanie2009-09-271-8/+14
|/
* Adding the MySQL RegionData service.Melanie2009-09-161-1471/+144
* Thank you, dslake, for a set of patches to improve OpenSim startupMelanie2009-09-021-9/+40
* Adding in Reflection-based testing, to ensure that all properties are covered.Kunnis2009-08-161-7/+10
* * Remove hard coded 256 limitations from various places. There's no more 2...Teravus Ovares (Dan Olivares)2009-08-071-6/+6
* * Updates libOMV to version 0.7.0Teravus Ovares2009-07-251-2/+2
* From: Chris Yeoh <yeohc@au1.ibm.com>Sean Dague2009-06-301-1/+1
* From: Chris Yeoh <yeohc@au1.ibm.com>Sean Dague2009-06-291-13/+4
* From: Chris Yeoh <yeohc@au1.ibm.com>Dr Scofield2009-06-031-2/+24
* Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames2009-06-011-1/+1
* From: Chris Yeoh <cyeoh@au1.ibm.com>Dr Scofield2009-05-271-2/+12
* Revert "From: Chris Yeoh <cyeoh@au1.ibm.com>"Dr Scofield2009-05-251-12/+2
* From: Chris Yeoh <cyeoh@au1.ibm.com>Dr Scofield2009-05-251-2/+12
* * Consistently used dashed uuid format for mysql region data, as is done for ...Justin Clarke Casey2009-05-071-29/+26
* * Refactored SOP.FolderID weirdness by removing calls to empty setter. YEs, I...lbsa712009-02-251-4/+0
* * optimized usings.lbsa712009-02-121-4/+4
* This changeset is the step 1 of 2 in refactoringDr Scofield2009-02-061-2/+2
* * If an orphaned group is found in the mysql or mssql databases (i.e. there i...Justin Clarke Casey2009-01-291-1/+15
* * Fix http://opensimulator.org/mantis/view.php?id=2889Justin Clarke Casey2008-12-231-2/+2
* change a UUID cast to an actual new UUID call to be consistant withSean Dague2008-12-081-1/+1
* fix an issue I found where primshapes weren't every being removedSean Dague2008-12-081-9/+82
* * Resolve http://opensimulator.org/mantis/view.php?id=2743 and http://opensim...Justin Clarke Casey2008-12-021-5/+3
* Catch all possible exceptions in the mysql module. It throws non-mysqlMelanie Thielker2008-12-021-2/+2
* Fix the terrain loaderMelanie Thielker2008-12-011-1/+1
* More reverts. Revert the MySQL database module. This caused more issuesMelanie Thielker2008-12-011-474/+513
* More changes to the MySQL adapter. take advantage of pooling and run lock-free.Melanie Thielker2008-11-301-507/+472
* Update svn properties. Add copyright header. Minor formatting cleanup.Jeff Ames2008-11-301-1/+1
* Explicitly Dispose() all cmd objectsMelanie Thielker2008-11-291-1/+15
* * minor: remove mono compiler warningsJustin Clarke Casey2008-11-271-1/+0
* * restore deleted method documentation, some to IRegionDataStore and some to ...Justin Clarke Casey2008-11-261-1/+10
* Yay for unit tests. Increased the type width of the prims and primshapesMelanie Thielker2008-11-261-38/+38
* Fix 2 of the failed tests. Cause terrain queries to return null when noMelanie Thielker2008-11-261-1/+1
* Committing the LCO database layer. Native MySQL, no ADO. New reconnectMelanie Thielker2008-11-261-1472/+740
* Remove code from an experimantal patch that wasn't supposed to be committedMelanie Thielker2008-11-231-39/+13