aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/MySQL (unfollow)
Commit message (Expand)AuthorFilesLines
2009-04-05Adding migrations for MySQL and SQLite for removing the "old" cloud image.Homer Horwitz1-0/+1
2009-04-01* Upped trunk version number to 0.6.4 as we just tagged 0.6.4-releaselbsa711-1/+1
2009-03-27* This updates LibOMV to the current release 0.6.0 on March 19 2009Teravus Ovares1-1/+1
2009-03-23Committing partial work on passing folders across instances. This may crash.Melanie Thielker1-0/+5
2009-03-22MYSQL Only: Make items given while offline appear in inventory withoutMelanie Thielker1-0/+9
2009-03-21Add a QueryItem method to the inventory subsystem. Currently implemented forMelanie Thielker1-0/+5
2009-03-09Implemented FetchAssetMetadataSet in DB backends.Mike Mazur1-0/+51
2009-02-25* Refactored SOP.FolderID weirdness by removing calls to empty setter. YEs, I...lbsa711-4/+0
2009-02-22Mantis#3218. Thank you kindly, TLaukkan (Tommil) for a patch that:Charles Krinke7-12/+29
2009-02-21* Applied a patch that: Added estate ban table to migration scripts and nhibe...lbsa711-4/+4
2009-02-20* Upped VersionInfo to 0.6.3 and in the process, changed assemblyinfo to 0.6....lbsa711-3/+3
2009-02-18Fix estate ban list persistence in MySQL and reenable testsMelanie Thielker1-1/+1
2009-02-18remove legacy pre-migration code for mysql grid adapter, who knew thisSean Dague1-55/+0
2009-02-17remove all the very old create and upgrade sql files, these wereSean Dague17-288/+0
2009-02-17* Moved the nifty MySQLEstateData connectionstring password-stripper out into...lbsa711-31/+15
2009-02-17- remove the Metadata property from AssetBase and return all previousMike Mazur1-17/+17
2009-02-16AssetInventoryServer plugins can't be a dependency for the OpenSim.Data.MySQL...Mike Mazur1-1/+0
2009-02-16Rename NewAssetServer AssetInventoryServer and fully qualify withMike Mazur1-1/+1
2009-02-16- add OpenSim.Grid.AssetServer.Plugins.OpenSim as a dependency for OpenSim.Da...Mike Mazur1-0/+1
2009-02-12* optimized usings.lbsa7114-77/+31
2009-02-09Update svn properties, minor formatting cleanup.Jeff Ames1-99/+99
2009-02-09Thank you kindly, TLaukkan (Timmil) for a patch that:Charles Krinke1-0/+99
2009-02-06This changeset is the step 1 of 2 in refactoringDr Scofield7-9/+9
2009-02-04- add OpenSim.Framework.AssetMetadata class. AssetBase is now composed of itMike Mazur1-17/+17
2009-02-03Rename IAssetProviderPlugin to IAssetDataPlugin aligning with the other data ...Mike Mazur1-1/+1
2009-01-29* If an orphaned group is found in the mysql or mssql databases (i.e. there i...Justin Clarke Casey1-1/+15
2009-01-28Slight cleanup of docs, removing trailing whitespace.Mike Mazur1-6/+5
2009-01-19* Remove unused prims.ParentID field from SQLite and MySQLJustin Clarke Casey1-0/+5
2009-01-18Avoid an invalid cast on legacy dataMelanie Thielker1-1/+8
2009-01-14* Added MySQL Grid unit testsSean Dague1-0/+83
2009-01-07* Apply http://opensimulator.org/mantis/view.php?id=2948Justin Clarke Casey3-55/+55
2009-01-05change the drop order to see if this affects unit test failsSean Dague1-1/+1
2008-12-23* Fix http://opensimulator.org/mantis/view.php?id=2889Justin Clarke Casey1-2/+2
2008-12-22Update the MySQL connector to 5.2.5. Fixes Mantids#2673. Thanks for the hint,...Homer Horwitz1-1/+1
2008-12-08change a UUID cast to an actual new UUID call to be consistant withSean Dague1-1/+1
2008-12-08fix an issue I found where primshapes weren't every being removedSean Dague1-9/+82
2008-12-02* Resolve http://opensimulator.org/mantis/view.php?id=2743 and http://opensim...Justin Clarke Casey1-5/+3
2008-12-02Catch all possible exceptions in the mysql module. It throws non-mysqlMelanie Thielker1-2/+2
2008-12-01Fix the terrain loaderMelanie Thielker1-1/+1
2008-12-01More reverts. Revert the MySQL database module. This caused more issuesMelanie Thielker1-474/+513
2008-11-30More changes to the MySQL adapter. take advantage of pooling and run lock-free.Melanie Thielker1-507/+472
2008-11-30Update svn properties. Add copyright header. Minor formatting cleanup.Jeff Ames1-1/+1
2008-11-29Explicitly Dispose() all cmd objectsMelanie Thielker1-1/+15
2008-11-27* minor: remove mono compiler warningsJustin Clarke Casey1-1/+0
2008-11-27* Remove unused and largely unimplemented UpdateUserCurrentRegion()Justin Clarke Casey1-5/+0
2008-11-26* restore deleted method documentation, some to IRegionDataStore and some to ...Justin Clarke Casey1-1/+10
2008-11-26Yay for unit tests. Increased the type width of the prims and primshapesMelanie Thielker2-75/+79
2008-11-26A migration to make the floats in prims table be doublesMelanie Thielker1-0/+41
2008-11-26A migration to convert the floats int the database to doubles.Melanie Thielker2-0/+60
2008-11-26Fix 2 of the failed tests. Cause terrain queries to return null when noMelanie Thielker1-1/+1