summaryrefslogtreecommitdiff
path: root/src/test/java/com/amazon/carbonado/repo/replicated
AgeCommit message (Expand)Author
2013-10-25Fixing ReplicatedRepository so that transactions may be entered when the masterJesse Morgan
2012-11-28ReplicatedRepository resync no longer creates a for-update transaction on the...Brian S. O'Neill
2012-05-06Add another repair test.Brian S. O'Neill
2012-03-04Prepare release 1.2.3Brian S. O'Neill
2011-01-03Support serialization of corrupt storable.Brian S. O'Neill
2010-03-14Update copyright.Brian S. O'Neill
2008-11-19Fix resync when query is known to return one entry.Brian S. O'Neill
2008-09-26Resync listener is now a trigger in order to capture more information.Brian S. O'Neill
2008-06-06Added listener callback for replicated repository resync.Brian S. O'Neill
2008-03-16Support updates to replicated LOBs.Brian S. O'Neill
2007-09-03Removed bogus test.Brian S. O'Neill
2007-08-26Removed vestigial support for wrapping Storables.Brian S. O'Neill
2007-06-29Fix syntax error.Brian S. O'Neill
2007-06-17Add test for lob replication bug.Brian S. O'Neill
2007-04-01Move Storable code generation support to separate package.Brian S. O'Neill
2007-03-28Merged 1.2-dev to trunk.Brian S. O'Neill
2007-02-17ReplicatedRepository installs user triggers on the replica again, but it now ...Brian S. O'Neill
2006-12-07Added @Authoritative annotation.Brian S. O'Neill
2006-11-10Fix resync corruption skip/repair logic.Brian S. O'Neill
2006-11-08Tests and fixes for corruption repair.Brian S. O'Neill
2006-10-16Incorporated acceptance tests for replicated repository.Brian S. O'Neill
2006-10-15Created StorageCollection.Brian S. O'Neill