index
:
opensim-SC_OLD
master
My fork of OpenSim for IG and MG, called SledjChisl.
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
OpenSim
/
Data
/
SQLite
/
Resources
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2011-08-15
Remove un-needed ATTACH command in migration script.
BlueWall
1
-3
/
+1
2010-09-01
Fix sqlite migration problems by moving migrations in 019_RegionStore.sql and...
Justin Clark-Casey (justincc)
3
-14
/
+14
2010-08-30
Implements parcel media setting persistence and packet / CAPS handling
Jonathan Freedman
1
-0
/
+10
2010-08-30
local commit with parcel media bits
Jonathan Freedman
1
-0
/
+10
2010-07-26
add missing regionstore migration file for new fields. D'oh!
Justin Clark-Casey (justincc)
1
-0
/
+6
2010-07-15
add missing regionstore migration file for new fields. D'oh!
Justin Clark-Casey (justincc)
1
-0
/
+6
2010-06-08
* Changed CreatorIDs consistently to varchar(128)
Diva Canto
5
-52
/
+53
2010-06-04
remove estate stuff in sqlite region migrations since this also exists in est...
Justin Clark-Casey (justincc)
1
-54
/
+1
2010-06-04
add sqlite database back to database tests
Justin Clark-Casey (justincc)
1
-1
/
+1
2010-05-23
Split migrations for RegionStore and EstateStore (see WARNING!)
AlexRa
2
-25
/
+88
2010-05-19
SQLite: CreatorID added (and asset_flags moved) to the migration script
AlexRa
1
-0
/
+24
2010-05-18
Migrations for SQLite converted to new format
AlexRa
46
-709
/
+828
2010-05-16
Migrations for SQLite converted to new format
AlexRa
46
-709
/
+828
2010-05-09
* Fixed spamming the assets table with map tiles. The tile image ID is now st...
Diva Canto
2
-0
/
+10
2010-05-07
These files are part of the GridUserService write-up.
Diva Canto
1
-0
/
+16
2010-05-04
Fixed: migration #2 for SQLite. Problem was that ATTACH cannot be done inside...
Diva Canto
1
-3
/
+2
2010-05-02
Switched everything to XInventory by default. The old Inventory is still ther...
Diva Canto
2
-0
/
+47
2010-04-16
Bug fix: UserAccounts in SQLite was missing the primary key constraint.
Diva Canto
1
-1
/
+1
2010-02-28
Added FriendsData to both Null storage and SQLite. Untested.
Diva Canto
2
-0
/
+15
2010-02-21
Bug fixes on field names in order to make data import work from old users tab...
Diva Canto
1
-1
/
+1
2010-02-21
* Added SQlite connector for AvatarData. Tested -- works.
Diva Canto
1
-0
/
+9
2010-02-20
Added UserAccountData and auth to the SQLite connector. Compiles, runs, but a...
Diva Canto
4
-0
/
+45
2009-05-07
* Consistently use dashed uuid format for sqlite region data, as was previous...
Justin Clarke Casey
1
-0
/
+79
2009-04-25
Thanks, Ewe Loon for a patch that
Homer Horwitz
1
-0
/
+37
2009-04-10
* Apply http://opensimulator.org/mantis/view.php?id=3439
Justin Clarke Casey
3
-11
/
+11
2009-04-09
* Change SQLite asset UUID to dashed format to be consistent
Justin Clarke Casey
1
-0
/
+7
2009-04-09
* Change UUIDs in SQLite user db to dashed format to match representations el...
Justin Clarke Casey
1
-0
/
+11
2009-04-09
* Improve inventory uuid conversions to make sure that we aren't converting a...
Justin Clarke Casey
1
-8
/
+29
2009-04-09
* Migrate UUID representations in SQLite inventory store to dashed format
Justin Clarke Casey
1
-0
/
+15
2009-04-05
Adding migrations for MySQL and SQLite for removing the "old" cloud image.
Homer Horwitz
1
-0
/
+1
2009-02-16
- remove dependency on OpenSim.Grid.AssetServer.Plugins.Opensim in
Mike Mazur
1
-1
/
+0
2009-02-16
- add OpenSim.Grid.AssetServer.Plugins.OpenSim as a dependency for OpenSim.Da...
Mike Mazur
1
-0
/
+1
2009-01-19
* Remove unused prims.ParentID field from SQLite and MySQL
Justin Clarke Casey
1
-0
/
+8
2008-12-30
Update svn properties, minor formatting cleanup.
Jeff Ames
1
-5
/
+5
2008-12-22
Thanks Gerhard for a patch that implements part 3 of VolumeDetection / persis...
Dahlia Trimble
1
-0
/
+5
2008-11-21
Update svn properties, minor formatting cleanup.
Jeff Ames
1
-6
/
+6
2008-11-19
Mantis#2656. Thank you kindly, Nlin for a patch that:
Charles Krinke
1
-0
/
+6
2008-11-18
Fixed MySQL and SQLite so they will save the
Sean Dague
1
-0
/
+8
2008-11-14
Add SQLite and the missing migrations files for last commit
Melanie Thielker
1
-0
/
+5
2008-11-04
implement email field for MySQL and SQLite
Sean Dague
1
-0
/
+5
2008-10-18
Megapatch. :) Fix skull attachment editing. Streamline Object terse updates.
Melanie Thielker
1
-0
/
+6
2008-10-03
Add database persistence for material setting
Melanie Thielker
1
-0
/
+5
2008-09-18
* Updates the SQLite region database to support the same properties that the ...
Teravus Ovares
1
-0
/
+28
2008-09-17
Adding currentLookAt to useragents table in SQLite. This complements the
Homer Horwitz
1
-0
/
+7
2008-09-16
Mantis #904: Thanks jonc, for a patch that adds "useragents" table to
Homer Horwitz
1
-0
/
+20
2008-09-12
* Patch http://opensimulator.org/mantis/view.php?id=2163
Justin Clarke Casey
1
-0
/
+5
2008-09-08
Implement proper persistence of the following prim properties:
Melanie Thielker
1
-0
/
+8
2008-08-28
Fix for Bug #2065: New check out crashes on sqlite migration
Sean Dague
1
-0
/
+1
2008-08-27
get rid of the "drop if exists" lines in this old migration, as those
Sean Dague
1
-6
/
+0
2008-08-18
Avatar Attachment persistence!! Patch #9168 (Mantis #1171)
Melanie Thielker
1
-0
/
+5
[next]