summaryrefslogtreecommitdiff
path: root/src/main/java/com/amazon/carbonado/repo
AgeCommit message (Expand)Author
2008-10-10Allow unsigned integer types to be represented by next larger Java primitive ...Brian S. O'Neill
2008-10-08Add "setPrimaryKeyCheckDisable" property to JDBCRepositoryBuilder.Adam D. Bradley
2008-09-26Resync listener is now a trigger in order to capture more information.Brian S. O'Neill
2008-09-08Undo last commit.Brian S. O'Neill
2008-09-08Index truncation is no longer in transaction with primary records to avoid de...Brian S. O'Neill
2008-08-22Fixed map repository deadlock with countAll and truncate when in transaction.Brian S. O'Neill
2008-08-13Clone key before inserting into map.Brian S. O'Neill
2008-08-12Fixed bug in JDBCCursor.skipNext which may loop infinitely.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-23Detect if reload after insert fails and try to provide explanation as to cause.Brian S. O'Neill
2008-07-23Repair unmatched replica without rolling back.Brian S. O'Neill
2008-07-22Added advanced conversion capability when setting query filter properties. Th...Brian S. O'Neill
2008-07-20Comment fixes.Brian S. O'Neill
2008-07-18Make sure JDBCCursor registers and unregisters with transaction, ensuring it ...Brian S. O'Neill
2008-07-18Moved transaction support classes to txn package.Brian S. O'Neill
2008-07-07Don't wrap MalformedArgumentExceptions.Brian S. O'Neill
2008-06-06Added listener callback for replicated repository resync.Brian S. O'Neill
2008-05-25Fixed cyclic dependency with indexes against complex derived properties.Brian S. O'Neill
2008-05-22Add additional log message after opening.Brian S. O'Neill
2008-05-22Fix automatic replication repair which might sometimes throw IllegalStateExce...Brian S. O'Neill
2008-05-21Change open and close log messages.Brian S. O'Neill
2008-05-14Remove obsolete comment.Brian S. O'Neill
2008-05-14Index repair now deletes bogus entries.Brian S. O'Neill
2008-05-14Fix reverse range filter.Brian S. O'Neill
2008-05-13Overloaded examine method should be package-private.Brian S. O'Neill
2008-05-10Use quoted table name identifier if required and supported.Brian S. O'Neill
2008-05-09Test fixes.Brian S. O'Neill
2008-05-09JDBC repository now correctly works in non-master mode.Brian S. O'Neill
2008-05-09Support derived version property.Brian S. O'Neill
2008-05-09Rename resolver class.Brian S. O'Neill
2008-05-09More lenient with floating point conversion.Brian S. O'Neill
2008-05-09Throw proper exception for test compliance.Brian S. O'Neill
2008-05-09Hide JDBCRepository class.Brian S. O'Neill
2008-05-09Clustered index selection fixes.Brian S. O'Neill
2008-05-07Support H2 sequences.Brian S. O'Neill
2008-05-06Preparations for hiding JDBCRepository class.Brian S. O'Neill
2008-05-06Preparations for hiding JDBCRepository class.Brian S. O'Neill
2008-05-06Code cleanup: add @Override annotations, remove unused imports, remove dead c...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-04Fix deadlock recovery.Brian S. O'Neill
2008-05-04Revise getCapability.Brian S. O'Neill
2008-05-04Merged map repository implementation from map branch.Brian S. O'Neill
2008-05-02Replicated repository returns replica's capabilities and not master's. Access...Brian S. O'Neill
2008-05-01Add index repair method.Brian S. O'Neill
2008-05-01Add index repair method.Brian S. O'Neill
2008-04-30Handle missing method from database open hook.Brian S. O'Neill
2008-04-30Recover from potential deadlocks against repositories with coarse locks.Brian S. O'Neill
2008-04-21Support database name remapping.Brian S. O'Neill
2008-04-18Support renamed properties in indexes and keys.Brian S. O'Neill