aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/SQLite/Resources (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Dump OpenSim 0.9.0.1 into it's own branch.onefang2019-05-198-763/+198
|
* Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel2016-11-035-0/+202
|
* Environment Module - allows Environment settings for Viewer3 warning: ↵PixelTomsen2012-05-231-0/+11
| | | | | | | | | | | | | 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>
* Parcel sales support to SQLiteBlueWall2012-02-171-1/+7
|
* Fillin missing SQLite support for TelehubsBlueWall2012-02-171-0/+16
|
* Fix: Lightshare Module(Windlight)-Region settings are not applicable for ↵PixelTomsen2012-02-141-0/+70
| | | | database sqlite mantis: http://opensimulator.org/mantis/view.php?id=5888
* Fix: Covenant changed time not set ↵PixelTomsen2012-02-031-1/+6
| | | | | | http://opensimulator.org/mantis/view.php?id=5869 Signed-off-by: BlueWall <jamesh@bluewallgroup.com>
* Remove vestigal OpenSim.Data mono addins extension points that don't look ↵Justin Clark-Casey (justincc)2011-09-201-20/+0
| | | | like they've been active for at least 2 and a half years
* Remove un-needed ATTACH command in migration script.BlueWall2011-08-151-3/+1
| | | | | | This was causing issues when using specified paths to database files by using a hard-coded name.
* Fix sqlite migration problems by moving migrations in 019_RegionStore.sql ↵Justin Clark-Casey (justincc)2010-09-013-14/+14
| | | | | | and 020 into RegionStore.migrations This shows that panda is still not running the sqlite database tests since this change fixes the test failure in that area when "nant test" is executed locally
* Implements parcel media setting persistence and packet / CAPS handlingJonathan Freedman2010-08-301-0/+10
| | | | | | properly for the new media settings. Signed-off-by: Melanie <melanie@t-data.com>
* add missing regionstore migration file for new fields. D'oh!Justin Clark-Casey (justincc)2010-07-261-0/+6
| | | | this should enable persistence now
* * Changed CreatorIDs consistently to varchar(128)Diva Canto2010-06-085-52/+53
| | | | | * Deleted redundant migration for assets in SQLite * Rewrote XInventory migrations in SQLite in the new style
* remove estate stuff in sqlite region migrations since this also exists in ↵Justin Clark-Casey (justincc)2010-06-041-54/+1
| | | | | | estate migrations, change Sandbox to sandbox in sqlite region migrations re-enabling the sqlite data tests revealed these errors!
* add sqlite database back to database testsJustin Clark-Casey (justincc)2010-06-041-1/+1
| | | | | this appears to be okay even though we reuse it between runs without deleting it first. size of the database appears not to be changing though that could be deceptive
* Split migrations for RegionStore and EstateStore (see WARNING!)AlexRa2010-05-232-25/+88
| | | | | | | | | | | | ok, so the estate stores now want their own migration files, but as it happened the SQL definition were inside the Region migrations. It seems better/cleaner to keep each 'store' separately updatable. WARNING: any editing in the middle of the migration scripts (as opposite to just appending to them) has the potential of messing up updates of existing databases. As far as I can see, this one is (probably) safe, the worst that could happen is the EstateStore migration silently fail if the estate the tables are already there.
* SQLite: CreatorID added (and asset_flags moved) to the migration scriptAlexRa2010-05-191-0/+24
|
* Migrations for SQLite converted to new formatAlexRa2010-05-1646-709/+828
|
* * Fixed spamming the assets table with map tiles. The tile image ID is now ↵Diva Canto2010-05-092-0/+10
| | | | | | stored in regionsettings. Upon generation of a new tile image, the old one is deleted. Tested for SQLite and MySql standalone. * Fixed small bug with map search where the local sim regions weren't found.
* These files are part of the GridUserService write-up.Diva Canto2010-05-071-0/+16
|
* Fixed: migration #2 for SQLite. Problem was that ATTACH cannot be done ↵Diva Canto2010-05-041-3/+2
| | | | inside a transaction.
* Switched everything to XInventory by default. The old Inventory is still ↵Diva Canto2010-05-022-0/+47
| | | | there for now, in case bugs pop up with XInventory.
* Bug fix: UserAccounts in SQLite was missing the primary key constraint.Diva Canto2010-04-161-1/+1
|
* Added FriendsData to both Null storage and SQLite. Untested.Diva Canto2010-02-282-0/+15
|
* Bug fixes on field names in order to make data import work from old users ↵Diva Canto2010-02-211-1/+1
| | | | table to new UserAccounts table.
* * Added SQlite connector for AvatarData. Tested -- works.Diva Canto2010-02-211-0/+9
| | | | | * Small bug fix in debug message * Set default standalone configs to use SQLite across the board
* Added UserAccountData and auth to the SQLite connector. Compiles, runs, but ↵Diva Canto2010-02-204-0/+45
| | | | access to these tables doesn't work.
* * Consistently use dashed uuid format for sqlite region data, as was ↵Justin Clarke Casey2009-05-071-0/+79
| | | | | | | | | | | previously done for sqlite inventory data. * This revision contains a data migration. Please backup your sqlite region db as a precaution before using this code * I also advise that you do a runprebuild[.sh|.bat] and a clean build ("nant clean build" if you're using the command line). * This change is needed for future id schemes
* Thanks, Ewe Loon for a patch thatHomer Horwitz2009-04-251-0/+37
| | | | | | provides persistent AvatarAppearance for SQLite. Fixes Mantis #3296.
* * Apply http://opensimulator.org/mantis/view.php?id=3439Justin Clarke Casey2009-04-103-11/+11
| | | | | | | * This corrects problems seen on some SQLite systems where the migration fails because the two argument substr() isn't implemented * Thanks RemedyTomm!
* * Change SQLite asset UUID to dashed format to be consistentJustin Clarke Casey2009-04-091-0/+7
| | | | | | | * Remaining inconsistent uuids (non dashed) are in region store for sqlite and mysql * Migration of these will happen at a later date, unless someone else wants to do it
* * Change UUIDs in SQLite user db to dashed format to match representations ↵Justin Clarke Casey2009-04-091-0/+11
| | | | elsewhere
* * Improve inventory uuid conversions to make sure that we aren't converting ↵Justin Clarke Casey2009-04-091-8/+29
| | | | | | | | anything that already contains a - * Among other things, this means that if a migration is interrupted, it can simply be retried
* * Migrate UUID representations in SQLite inventory store to dashed formatJustin Clarke Casey2009-04-091-0/+15
| | | | | | * This makes the representation consistent with that most commonly used in the other supported database layers
* Adding migrations for MySQL and SQLite for removing the "old" cloud image.Homer Horwitz2009-04-051-0/+1
| | | | | | The new one already in the Library will be reinserted automatically. Fixes Mantis #964
* - remove dependency on OpenSim.Grid.AssetServer.Plugins.Opensim inMike Mazur2009-02-161-1/+0
| | | | | | | | OpenSim.Data.*.addin.xml, this is cruft left over from previous testing - fix example SQLite connection string in AssetInventoryServer.ini.example
* - add OpenSim.Grid.AssetServer.Plugins.OpenSim as a dependency for ↵Mike Mazur2009-02-161-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
* * Remove unused prims.ParentID field from SQLite and MySQLJustin Clarke Casey2009-01-191-0/+8
| | | | | | | * Since this is a db change, as always I strongly recommend that you backup your database before updating to this revision * Haven't touched MSSQL in case I get it wrong - looking for some kind soul to take care of this.
* Update svn properties, minor formatting cleanup.Jeff Ames2008-12-301-5/+5
|
* Thanks Gerhard for a patch that implements part 3 of VolumeDetection / ↵Dahlia Trimble2008-12-221-0/+5
| | | | persistance
* Update svn properties, minor formatting cleanup.Jeff Ames2008-11-211-6/+6
|
* Mantis#2656. Thank you kindly, Nlin for a patch that:Charles Krinke2008-11-191-0/+6
| | | | | | Attached patch implements llCollisionSound. Thanks T. Sado.
* Fixed MySQL and SQLite so they will save theSean Dague2008-11-181-0/+8
| | | | | | | variable sun vector, adding 3 new fields on both. From: Arthur Rodrigo S Valadares <arthursv@linux.vnet.ibm.com>
* Add SQLite and the missing migrations files for last commitMelanie Thielker2008-11-141-0/+5
|
* implement email field for MySQL and SQLiteSean Dague2008-11-041-0/+5
| | | | | From: Sean Dague <sdague@gmail.com>
* Megapatch. :) Fix skull attachment editing. Streamline Object terse updates.Melanie Thielker2008-10-181-0/+6
| | | | | | | | Add rezzing time to objects. Add Object return and traffic fields to land database. Add plumbing for auto return. Implement auto return. Contains a migration. May contain nuts.
* Add database persistence for material settingMelanie Thielker2008-10-031-0/+5
|
* * Updates the SQLite region database to support the same properties that the ↵Teravus Ovares2008-09-181-0/+28
| | | | | | | MySQL version does for the table, prims. * If this causes any unit tests to fail, the tests need to be updated.
* Adding currentLookAt to useragents table in SQLite. This complements theHomer Horwitz2008-09-171-0/+7
| | | | | | MySQL change from http://opensimulator.org/mantis/view.php?id=2073
* Mantis #904: Thanks jonc, for a patch that adds "useragents" table toHomer Horwitz2008-09-161-0/+20
| | | | | | | SQLite and stores the logout position in standalone mode. Note: This adds a migration for SQLite, so do your runprebuild