summaryrefslogtreecommitdiff
path: root/src/main/java/com/amazon/carbonado/repo
AgeCommit message (Expand)Author
2008-12-27Support covariant properties. Cojen must support this feature too in order to...Brian S. O'Neill
2008-12-22Eliminate level of indirection when accessing indexes.Brian S. O'Neill
2008-12-18Fixes for excessive class generation and memory usage when opening multiple r...Brian S. O'Neill
2008-12-18Fix parameter name.Brian S. O'Neill
2008-12-18Added cachePercent member variable to support maxMemoryPercent BDB configurat...Peter Carbon
2008-12-16Fix for logging statements with more than 10 parameters.Brian S. O'Neill
2008-12-13Release upgrade lock if write lock not acquired.Brian S. O'Neill
2008-12-12Fix deadlock in timed write lock acquisition.Brian S. O'Neill
2008-12-11Limit direct CLOB updates to 1000 characters.Brian S. O'Neill
2008-11-24Allow primary record to be deleted if corrupt.Brian S. O'Neill
2008-11-19Fix resync when query is known to return one entry.Brian S. O'Neill
2008-11-14Log SQL bind variable values.Brian S. O'Neill
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