aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data (follow)
Commit message (Expand)AuthorAgeFilesLines
* * Fix for http://opensimulator.org/mantis/view.php?id=1512Justin Clarke Casey2008-06-292-19/+95
* patch and files from mantis #1630, Thanks MelanieMW2008-06-296-0/+288
* last round of warning squashing. calling it a day now.Dr Scofield2008-06-2716-291/+303
* dr scofield's warning safari:Dr Scofield2008-06-272-25/+25
* somehow, I seem to have actually made appearance persistantSean Dague2008-06-271-0/+2
* added in new type for mapping texture objects to the dbSean Dague2008-06-272-2/+108
* Mantis#1591. Thank you graciously, Sempuki for a patch that:Charles Krinke2008-06-275-6/+11
* 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