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