summaryrefslogtreecommitdiff
path: root/src/main/java/com/amazon/carbonado/repo/replicated/ReplicationTrigger.java
AgeCommit message (Expand)Author
2013-10-25Fixing ReplicatedRepository so that transactions may be entered when the masterJesse Morgan
2013-10-21Added FIXME comment.Brian S. O'Neill
2012-11-28ReplicatedRepository resync no longer creates a for-update transaction on the...Brian S. O'Neill
2012-10-01Add reload check during resync.Brian S. O'Neill
2012-03-04Prepare release 1.2.3Brian S. O'Neill
2010-08-26More robust corruption repairs.Brian S. O'Neill
2010-03-14Update copyright.Brian S. O'Neill
2010-03-01Deprecated ThrowUnchecked class.Brian S. O'Neill
2008-09-26Resync listener is now a trigger in order to capture more information.Brian S. O'Neill
2008-07-25Run update repair locally and also do in background, to ensure it sticks.Brian S. O'Neill
2008-07-23Repair unmatched replica without rolling back.Brian S. O'Neill
2008-06-06Added listener callback for replicated repository resync.Brian S. O'Neill
2008-05-22Fix automatic replication repair which might sometimes throw IllegalStateExce...Brian S. O'Neill
2008-05-06Code cleanup: add @Override annotations, remove unused imports, remove dead c...Brian S. O'Neill
2008-03-16Support updates to replicated LOBs.Brian S. O'Neill
2007-09-03Calling Storable.update when there are no dirty properties actually does an u...Brian S. O'Neill
2007-08-26Added support for load and query trigger.Brian S. O'Neill
2007-08-11Fixed replication repair bug which threw an IllegalStateException for insert ...Brian S. O'Neill
2007-02-17ReplicatedRepository installs user triggers on the replica again, but it now ...Brian S. O'Neill
2007-02-07Don't attempt to repair inconsistency when not fully defining the primary key...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-11Resolved some warnings.Brian S. O'Neill
2006-08-30Add core repository implementationsBrian S. O'Neill