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