summaryrefslogtreecommitdiff
path: root/src/main/java/com/amazon/carbonado/repo
AgeCommit message (Expand)Author
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
2008-04-14Renamed overloaded slice fetch method to fetchSlice for clarity.Brian S. O'Neill
2008-04-14Added "after" method and removed fetchAfter slice method.Brian S. O'Neill
2008-04-14Fix Oracle slice fetch.Brian S. O'Neill
2008-04-14Fix code generation bug with nullable column.Brian S. O'Neill
2008-04-14Support query fetch limits.Brian S. O'Neill
2008-04-07Clean up use of MergeSortBuffer.Brian S. O'Neill
2008-04-07Add prepare method to Storable.Brian S. O'Neill
2008-04-06Added support for internal query hints.Brian S. O'Neill
2008-04-06Add more constructors.Brian S. O'Neill
2008-03-29Fix map type for database file name feature.Brian S. O'Neill
2008-03-27Support multiple databases in one file.Brian S. O'Neill
2008-03-27Lenient when unregistering index.Brian S. O'Neill
2008-03-25Fixes for bugs as reported by FindBugs.Brian S. O'Neill
2008-03-16Support updates to replicated LOBs.Brian S. O'Neill
2008-02-26Index build skips records which are corrupt instead of giving up entirely.Brian S. O'Neill
2008-02-04Make TransactionManager creation more flexible.Brian S. O'Neill
2008-01-25Add transaction detach/attach methods.Brian S. O'Neill
2008-01-21Move StorableIndexSet to qe package.Brian S. O'Neill