Age | Commit message (Expand) | Author |
2008-03-16 | Support updates to replicated LOBs. | Brian S. O'Neill |
2007-10-11 | Support sorting of arrays. | 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-04-29 | Added @since tags. | Brian S. O'Neill |
2007-03-28 | Merged 1.2-dev to trunk. | 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 |
2007-01-11 | Fixes for bugs found using FindBugs. | Brian S. O'Neill |
2006-12-08 | Improved message for UnsupportedTypeException. | Brian S. O'Neill |
2006-12-07 | ReplicatedRepository installs user triggers on the master, not the replica. | Brian S. O'Neill |
2006-12-07 | Added @Authoritative annotation. | Brian S. O'Neill |
2006-12-06 | Added back method needed by test suite. | Brian S. O'Neill |
2006-12-06 | Added master repository access in resync capability. | 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-11-07 | Allow resync to delete or skip over corrupt replica entries. | Brian S. O'Neill |
2006-10-31 | Implement resync without using a separate thread and queue, avoiding deadlock... | Brian S. O'Neill |
2006-10-17 | Prevent accidental replication of internal storables. | Brian S. O'Neill |
2006-10-15 | Created StorageCollection. | Brian S. O'Neill |
2006-10-11 | Resolved some warnings. | Brian S. O'Neill |
2006-10-08 | Finished support for trigger factories | Brian S. O'Neill |
2006-10-06 | Removed RepositoryReference class. | Brian S. O'Neill |
2006-08-30 | Add core repository implementations | Brian S. O'Neill |