summaryrefslogtreecommitdiff
path: root/src/test/java/com/amazon/carbonado/repo
AgeCommit message (Expand)Author
2008-11-03Add back support for BigDecimal now that key encoding works correctly.Brian S. O'Neill
2008-09-26Resync listener is now a trigger in order to capture more information.Brian S. O'Neill
2008-08-22Fixed map repository deadlock with countAll and truncate when in transaction.Brian S. O'Neill
2008-08-21Added another test case for nested transaction rollback.Brian S. O'Neill
2008-08-13Clone key before inserting into map.Brian S. O'Neill
2008-07-28Remove BigDecimal support until key encoding issues are resolved.Brian S. O'Neill
2008-07-22Support BigDecimal and BigInteger tests with H2.Brian S. O'Neill
2008-06-06Added listener callback for replicated repository resync.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-11Added JDBC tests which use H2.Brian S. O'Neill
2008-05-09Test fixes.Brian S. O'Neill
2008-05-05Added transaction test case.Brian S. O'Neill
2008-05-05Made TestLockStates a proper unit test.Brian S. O'Neill
2008-05-04Minor test additions.Brian S. O'Neill
2008-05-04Merged map repository implementation from map branch.Brian S. O'Neill
2008-04-06Added support for internal query hints.Brian S. O'Neill
2008-03-16Support updates to replicated LOBs.Brian S. O'Neill
2008-01-26Added DelegateStorableGenerator.Brian S. O'Neill
2008-01-25Add transaction detach/attach methods.Brian S. O'Neill
2007-10-14Added support for "where exists" in queries via new syntax.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-08-26Added support for load and query trigger.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-05-20Merged in covering index optimization.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-31Index records no longer use join property to link to master and instead copy ...Brian S. O'Neill
2006-10-16Incorporated acceptance tests for replicated repository.Brian S. O'Neill
2006-10-15Added basic index tests.Brian S. O'Neill
2006-10-15Added alias tests.Brian S. O'Neill
2006-10-15Created StorageCollection.Brian S. O'Neill
2006-10-14Moved tests to separate project.Brian S. O'Neill