summaryrefslogtreecommitdiff
path: root/src/test/java/com/amazon/carbonado/repo/indexed
AgeCommit message (Collapse)Author
2012-03-04Prepare release 1.2.3Brian S. O'Neill
Update copyright
2010-03-14Update copyright.Brian S. O'Neill
2009-03-24Derived index update must tolerate inconsistencies.Brian S. O'Neill
2008-12-27Fix compilation of test.Brian S. O'Neill
2008-05-14Added test for multiple index errors.Brian S. O'Neill
2008-05-14Index repair now deletes bogus entries.Brian S. O'Neill
2008-05-09Test fixes.Brian S. O'Neill
2007-05-20Merged in covering index optimization.Brian S. O'Neill
2006-10-31Index records no longer use join property to link to master and instead copy ↵Brian S. O'Neill
key property values. This allows IndexedRepository to properly load master records from the master storage.
2006-10-15Added basic index tests.Brian S. O'Neill