aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/MySQL (follow)
Commit message (Expand)AuthorAgeFilesLines
* Adding migrations for MySQL and SQLite for removing the "old" cloud image.Homer Horwitz2009-04-051-0/+1
* * Upped trunk version number to 0.6.4 as we just tagged 0.6.4-releaselbsa712009-04-011-1/+1
* * This updates LibOMV to the current release 0.6.0 on March 19 2009Teravus Ovares2009-03-271-1/+1
* Committing partial work on passing folders across instances. This may crash.Melanie Thielker2009-03-231-0/+5
* MYSQL Only: Make items given while offline appear in inventory withoutMelanie Thielker2009-03-221-0/+9
* Add a QueryItem method to the inventory subsystem. Currently implemented forMelanie Thielker2009-03-211-0/+5
* Implemented FetchAssetMetadataSet in DB backends.Mike Mazur2009-03-091-0/+51
* * Refactored SOP.FolderID weirdness by removing calls to empty setter. YEs, I...lbsa712009-02-251-4/+0
* Mantis#3218. Thank you kindly, TLaukkan (Tommil) for a patch that:Charles Krinke2009-02-227-12/+29
* * Applied a patch that: Added estate ban table to migration scripts and nhibe...lbsa712009-02-211-4/+4
* * Upped VersionInfo to 0.6.3 and in the process, changed assemblyinfo to 0.6....lbsa712009-02-201-3/+3
* Fix estate ban list persistence in MySQL and reenable testsMelanie Thielker2009-02-181-1/+1
* remove legacy pre-migration code for mysql grid adapter, who knew thisSean Dague2009-02-181-55/+0
* remove all the very old create and upgrade sql files, these wereSean Dague2009-02-1717-288/+0
* * Moved the nifty MySQLEstateData connectionstring password-stripper out into...lbsa712009-02-171-31/+15
* - remove the Metadata property from AssetBase and return all previousMike Mazur2009-02-171-17/+17
* AssetInventoryServer plugins can't be a dependency for the OpenSim.Data.MySQL...Mike Mazur2009-02-161-1/+0
* Rename NewAssetServer AssetInventoryServer and fully qualify withMike Mazur2009-02-161-1/+1
* - add OpenSim.Grid.AssetServer.Plugins.OpenSim as a dependency for OpenSim.Da...Mike Mazur2009-02-161-0/+1
* * optimized usings.lbsa712009-02-1214-77/+31
* Update svn properties, minor formatting cleanup.Jeff Ames2009-02-091-99/+99
* Thank you kindly, TLaukkan (Timmil) for a patch that:Charles Krinke2009-02-091-0/+99
* This changeset is the step 1 of 2 in refactoringDr Scofield2009-02-067-9/+9
* - add OpenSim.Framework.AssetMetadata class. AssetBase is now composed of itMike Mazur2009-02-041-17/+17
* Rename IAssetProviderPlugin to IAssetDataPlugin aligning with the other data ...Mike Mazur2009-02-031-1/+1
* * If an orphaned group is found in the mysql or mssql databases (i.e. there i...Justin Clarke Casey2009-01-291-1/+15
* Slight cleanup of docs, removing trailing whitespace.Mike Mazur2009-01-281-6/+5
* * Remove unused prims.ParentID field from SQLite and MySQLJustin Clarke Casey2009-01-191-0/+5
* Avoid an invalid cast on legacy dataMelanie Thielker2009-01-181-1/+8
* * Added MySQL Grid unit testsSean Dague2009-01-141-0/+83
* * Apply http://opensimulator.org/mantis/view.php?id=2948Justin Clarke Casey2009-01-073-55/+55
* change the drop order to see if this affects unit test failsSean Dague2009-01-051-1/+1
* * Fix http://opensimulator.org/mantis/view.php?id=2889Justin Clarke Casey2008-12-231-2/+2
* Update the MySQL connector to 5.2.5. Fixes Mantids#2673. Thanks for the hint,...Homer Horwitz2008-12-221-1/+1
* 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
* * Remove unused and largely unimplemented UpdateUserCurrentRegion()Justin Clarke Casey2008-11-271-5/+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-262-75/+79
* A migration to make the floats in prims table be doublesMelanie Thielker2008-11-261-0/+41
* A migration to convert the floats int the database to doubles.Melanie Thielker2008-11-262-0/+60
* Fix 2 of the failed tests. Cause terrain queries to return null when noMelanie Thielker2008-11-261-1/+1