| Commit message (Expand) | Author | Files | Lines |
2008-06-25 | chugging away on nhibernate, more incremental process | Sean Dague | 7 | -41/+49 |
2008-06-25 | add migrations to mysql and sqlite for flags on embedded inventory | Sean Dague | 2 | -0/+10 |
2008-06-25 | lazy=true for these mappings, as we don't do full lists very often | Sean Dague | 6 | -7/+7 |
2008-06-25 | Minor formatting cleanup. | Jeff Ames | 1 | -10/+15 |
2008-06-24 | based on positive feedback on performance of making keys fixed length | Sean Dague | 1 | -0/+31 |
2008-06-23 | fix typo in Inventory nhibernate mappings. nhibernate should | Sean Dague | 1 | -4/+4 |
2008-06-23 | add migration to go from varchar -> char for uuid. Tested | Sean Dague | 1 | -0/+9 |
2008-06-21 | * Persists region banlists across reboots for the sqlite datastore also now. | Teravus Ovares | 2 | -3/+92 |
2008-06-21 | * Adds Region ban capability to Regions. You access this by going to World->... | Teravus Ovares | 5 | -0/+171 |
2008-06-20 | lots of futzing with nhibernate to make it more efficient. I | Sean Dague | 4 | -212/+136 |
2008-06-20 | * Handle parcel telehub location corruption gracefully. DBNull | Teravus Ovares | 2 | -8/+18 |
2008-06-20 | * Handle parcel telehub location corruption gracefully. DBNull | Teravus Ovares | 1 | -6/+15 |
2008-06-19 | fixed to inventory for nhibernate that actually make it so I can | Sean Dague | 2 | -8/+8 |
2008-06-19 | more work towards nhibernate working with mysql, not there yet, | Sean Dague | 4 | -7/+9 |
2008-06-19 | oops, build break. needed to include another reference. | Sean Dague | 1 | -0/+1 |
2008-06-19 | add migrations support for mysql log store. This should complete | Sean Dague | 3 | -1/+41 |
2008-06-19 | fix an edge case with migrations in the region store. | Sean Dague | 3 | -2/+54 |
2008-06-19 | oops, it helps to reference the *right* migration | Sean Dague | 2 | -2/+2 |
2008-06-18 | clean up the nhibernate definitions to work with mysql | Sean Dague | 8 | -117/+30 |
2008-06-18 | add mysql migrations for nhibernate driver | Sean Dague | 3 | -10/+136 |
2008-06-18 | add inventory store migration | Sean Dague | 1 | -0/+40 |
2008-06-16 | I really didn't expect that one to work out of the box, but just managed | Sean Dague | 1 | -0/+14 |
2008-06-16 | set CommandTimeout = 0 in the migration commands so that long | Sean Dague | 1 | -0/+2 |
2008-06-16 | be a bit more verbose about what we are doing on the migration | Sean Dague | 1 | -0/+7 |
2008-06-16 | fix nhibernate driver so that it starts (based on the appearance | Sean Dague | 3 | -4/+5 |
2008-06-16 | futzing around on the NHibernate side again trying to connect | Sean Dague | 3 | -8/+25 |
2008-06-16 | change some messages on the migrations front to be | Sean Dague | 1 | -5/+4 |
2008-06-16 | the beginning of the great id format migration. This makes | Sean Dague | 3 | -6/+15 |
2008-06-13 | add indexes for sqlite inventory | Sean Dague | 1 | -0/+8 |
2008-06-13 | Update svn properties, clean up formatting, refactor out duplicate hard-coded... | Jeff Ames | 3 | -9/+18 |
2008-06-12 | look mom, migrations in action. This adds a couple of indexes | Sean Dague | 1 | -0/+6 |
2008-06-12 | Fix mysql migrations. This is tested with an existing up to date schema, | Sean Dague | 7 | -17/+32 |
2008-06-12 | * minor: Remove and tidy duplicate 'storing object to scene' messages in log | Justin Clarke Casey | 3 | -3/+3 |
2008-06-12 | this, in theory, adds migration support to mysql for all | Sean Dague | 4 | -112/+194 |
2008-06-12 | check in region store initial migration definition, | Sean Dague | 1 | -0/+150 |
2008-06-12 | check in migration files for mysql | Sean Dague | 3 | -0/+152 |
2008-06-11 | check in working migration code fore SQLite. This | Sean Dague | 5 | -214/+276 |
2008-06-11 | updated resources for current sqlite schema for migrations | Sean Dague | 4 | -171/+200 |
2008-06-11 | Mantis#1528. Thank you kindly, Boscata for: | Charles Krinke | 2 | -29/+168 |
2008-06-10 | I'm going to need the Version property to manage | Sean Dague | 1 | -0/+6 |
2008-06-10 | update of migration code to be more sane on version | Sean Dague | 1 | -40/+37 |
2008-06-10 | Mantis#1501. Thank you kindly, Nebadon, for a patch that | Charles Krinke | 1 | -1/+7 |
2008-06-10 | Update svn properties. Formatting cleanup. | Jeff Ames | 1 | -8/+16 |
2008-06-09 | actually create and populate the migrations table correctly. | Sean Dague | 1 | -8/+25 |
2008-06-09 | migrations seem to not break anything at this point. | Sean Dague | 1 | -12/+24 |
2008-06-09 | move Migration support into OpenSim.Data, because it | Sean Dague | 1 | -1/+1 |
2008-06-09 | fill out some more migration facilities | Sean Dague | 1 | -19/+50 |
2008-06-09 | more work in progress migration code, still a while before | Sean Dague | 1 | -4/+94 |
2008-06-09 | start in on the shell for a generic database versioning module. My | Sean Dague | 1 | -0/+77 |
2008-06-09 | *Patched CreateItemsTable.sql (MSSQL). Patch by Kyle and Chris from G2. | mingchen | 1 | -1/+1 |