Age | Commit message (Expand) | Author |
2009-03-24 | Derived index update must tolerate inconsistencies. | Brian S. O'Neill |
2009-03-17 | Added backup restore functionality. | Brian S. O'Neill |
2009-03-17 | Added capability to perform hot backups. | Brian S. O'Neill |
2009-02-18 | Allow object type to be used with JDBC. | Brian S. O'Neill |
2009-02-10 | Fix for JDBC prepared statement values when query has an exists filter. | Brian S. O'Neill |
2009-02-10 | Commented out changes made in revision 1098. Deleting of derived index entrie... | Brian S. O'Neill |
2009-02-06 | Fix index updates when derived index against joined storable is deleted. | Brian S. O'Neill |
2008-12-27 | Support covariant properties. Cojen must support this feature too in order to... | Brian S. O'Neill |
2008-12-22 | Eliminate level of indirection when accessing indexes. | Brian S. O'Neill |
2008-12-18 | Fixes for excessive class generation and memory usage when opening multiple r... | Brian S. O'Neill |
2008-12-18 | Fix parameter name. | Brian S. O'Neill |
2008-12-18 | Added cachePercent member variable to support maxMemoryPercent BDB configurat... | Peter Carbon |
2008-12-16 | Fix for logging statements with more than 10 parameters. | Brian S. O'Neill |
2008-12-13 | Release upgrade lock if write lock not acquired. | Brian S. O'Neill |
2008-12-12 | Fix deadlock in timed write lock acquisition. | Brian S. O'Neill |
2008-12-11 | Limit direct CLOB updates to 1000 characters. | Brian S. O'Neill |
2008-11-24 | Allow primary record to be deleted if corrupt. | Brian S. O'Neill |
2008-11-19 | Fix resync when query is known to return one entry. | Brian S. O'Neill |
2008-11-14 | Log SQL bind variable values. | Brian S. O'Neill |
2008-10-10 | Allow unsigned integer types to be represented by next larger Java primitive ... | Brian S. O'Neill |
2008-10-08 | Add "setPrimaryKeyCheckDisable" property to JDBCRepositoryBuilder. | Adam D. Bradley |
2008-09-26 | Resync listener is now a trigger in order to capture more information. | Brian S. O'Neill |
2008-09-08 | Undo last commit. | Brian S. O'Neill |
2008-09-08 | Index truncation is no longer in transaction with primary records to avoid de... | Brian S. O'Neill |
2008-08-22 | Fixed map repository deadlock with countAll and truncate when in transaction. | Brian S. O'Neill |
2008-08-13 | Clone key before inserting into map. | Brian S. O'Neill |
2008-08-12 | Fixed bug in JDBCCursor.skipNext which may loop infinitely. | Brian S. O'Neill |
2008-07-25 | Run update repair locally and also do in background, to ensure it sticks. | Brian S. O'Neill |
2008-07-23 | Detect if reload after insert fails and try to provide explanation as to cause. | Brian S. O'Neill |
2008-07-23 | Repair unmatched replica without rolling back. | Brian S. O'Neill |
2008-07-22 | Added advanced conversion capability when setting query filter properties. Th... | Brian S. O'Neill |
2008-07-20 | Comment fixes. | Brian S. O'Neill |
2008-07-18 | Make sure JDBCCursor registers and unregisters with transaction, ensuring it ... | Brian S. O'Neill |
2008-07-18 | Moved transaction support classes to txn package. | Brian S. O'Neill |
2008-07-07 | Don't wrap MalformedArgumentExceptions. | Brian S. O'Neill |
2008-06-06 | Added listener callback for replicated repository resync. | Brian S. O'Neill |
2008-05-25 | Fixed cyclic dependency with indexes against complex derived properties. | Brian S. O'Neill |
2008-05-22 | Add additional log message after opening. | Brian S. O'Neill |
2008-05-22 | Fix automatic replication repair which might sometimes throw IllegalStateExce... | Brian S. O'Neill |
2008-05-21 | Change open and close log messages. | Brian S. O'Neill |
2008-05-14 | Remove obsolete comment. | Brian S. O'Neill |
2008-05-14 | Index repair now deletes bogus entries. | Brian S. O'Neill |
2008-05-14 | Fix reverse range filter. | Brian S. O'Neill |
2008-05-13 | Overloaded examine method should be package-private. | Brian S. O'Neill |
2008-05-10 | Use quoted table name identifier if required and supported. | Brian S. O'Neill |
2008-05-09 | Test fixes. | Brian S. O'Neill |
2008-05-09 | JDBC repository now correctly works in non-master mode. | Brian S. O'Neill |
2008-05-09 | Support derived version property. | Brian S. O'Neill |
2008-05-09 | Rename resolver class. | Brian S. O'Neill |
2008-05-09 | More lenient with floating point conversion. | Brian S. O'Neill |