aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data (unfollow)
Commit message (Expand)AuthorFilesLines
2008-06-26Apply patch from bug #1609 -- Documentation for Data/MSSQL. Thanks kerunix_F...Jeff Ames6-29/+446
2008-06-26Apply patch from bug #1606 -- Documentation for Data/Null, Data/Base. Thanks...Jeff Ames8-16/+382
2008-06-26Apply patch from bug #1605 -- Documentation for Data/SQLite. Thanks kerunix_...Jeff Ames8-71/+634
2008-06-26Apply patch from bug #1601 -- more documentation for Data/MySQL. Thanks keru...Jeff Ames4-78/+315
2008-06-26Mantis#1595. Thank you, Melanie for a patch that:Charles Krinke3-0/+9
2008-06-26Add patch from bug #1596 - adds Doxygen documentation in OpenSim.Data.MySQL f...Jeff Ames7-17/+224
2008-06-25chugging away on nhibernate, more incremental processSean Dague7-41/+49
2008-06-25add migrations to mysql and sqlite for flags on embedded inventorySean Dague2-0/+10
2008-06-25lazy=true for these mappings, as we don't do full lists very oftenSean Dague6-7/+7
2008-06-25Minor formatting cleanup.Jeff Ames1-10/+15
2008-06-24based on positive feedback on performance of making keys fixed lengthSean Dague1-0/+31
2008-06-23fix typo in Inventory nhibernate mappings. nhibernate shouldSean Dague1-4/+4
2008-06-23add migration to go from varchar -> char for uuid. TestedSean Dague1-0/+9
2008-06-21* Persists region banlists across reboots for the sqlite datastore also now.Teravus Ovares2-3/+92
2008-06-21* Adds Region ban capability to Regions. You access this by going to World->...Teravus Ovares5-0/+171
2008-06-20lots of futzing with nhibernate to make it more efficient. ISean Dague4-212/+136
2008-06-20* Handle parcel telehub location corruption gracefully. DBNullTeravus Ovares2-8/+18
2008-06-20* Handle parcel telehub location corruption gracefully. DBNullTeravus Ovares1-6/+15
2008-06-19fixed to inventory for nhibernate that actually make it so I canSean Dague2-8/+8
2008-06-19more work towards nhibernate working with mysql, not there yet,Sean Dague4-7/+9
2008-06-19oops, build break. needed to include another reference.Sean Dague1-0/+1
2008-06-19add migrations support for mysql log store. This should completeSean Dague3-1/+41
2008-06-19fix an edge case with migrations in the region store.Sean Dague3-2/+54
2008-06-19oops, it helps to reference the *right* migrationSean Dague2-2/+2
2008-06-18clean up the nhibernate definitions to work with mysqlSean Dague8-117/+30
2008-06-18add mysql migrations for nhibernate driverSean Dague3-10/+136
2008-06-18add inventory store migration Sean Dague1-0/+40
2008-06-16I really didn't expect that one to work out of the box, but just managedSean Dague1-0/+14
2008-06-16set CommandTimeout = 0 in the migration commands so that longSean Dague1-0/+2
2008-06-16be a bit more verbose about what we are doing on the migrationSean Dague1-0/+7
2008-06-16fix nhibernate driver so that it starts (based on the appearanceSean Dague3-4/+5
2008-06-16futzing around on the NHibernate side again trying to connectSean Dague3-8/+25
2008-06-16change some messages on the migrations front to be Sean Dague1-5/+4
2008-06-16the beginning of the great id format migration. This makesSean Dague3-6/+15
2008-06-13add indexes for sqlite inventorySean Dague1-0/+8
2008-06-13Update svn properties, clean up formatting, refactor out duplicate hard-coded...Jeff Ames3-9/+18
2008-06-12look mom, migrations in action. This adds a couple of indexesSean Dague1-0/+6
2008-06-12Fix mysql migrations. This is tested with an existing up to date schema,Sean Dague7-17/+32
2008-06-12* minor: Remove and tidy duplicate 'storing object to scene' messages in logJustin Clarke Casey3-3/+3
2008-06-12this, in theory, adds migration support to mysql for all Sean Dague4-112/+194
2008-06-12check in region store initial migration definition, Sean Dague1-0/+150
2008-06-12check in migration files for mysqlSean Dague3-0/+152
2008-06-11check in working migration code fore SQLite. This Sean Dague5-214/+276
2008-06-11updated resources for current sqlite schema for migrationsSean Dague4-171/+200
2008-06-11Mantis#1528. Thank you kindly, Boscata for:Charles Krinke2-29/+168
2008-06-10I'm going to need the Version property to manage Sean Dague1-0/+6
2008-06-10update of migration code to be more sane on versionSean Dague1-40/+37
2008-06-10Mantis#1501. Thank you kindly, Nebadon, for a patch thatCharles Krinke1-1/+7
2008-06-10Update svn properties. Formatting cleanup.Jeff Ames1-8/+16
2008-06-09actually create and populate the migrations table correctly.Sean Dague1-8/+25