summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2015-03-05Adding tests for the JDBCTransactionManager.Jesse Morgan
2014-09-03Adding empty lineYandell
2014-09-03Fixed source headerYandell
2013-10-25Fixing ReplicatedRepository so that transactions may be entered when the masterJesse Morgan
2012-11-28ReplicatedRepository resync no longer creates a for-update transaction on the...Brian S. O'Neill
2012-10-31Support range filtering of array types.Brian S. O'Neill
2012-05-06Add another repair test.Brian S. O'Neill
2012-03-29Added BDB panic handling support.Brian S. O'Neill
2012-03-04Prepare release 1.2.3Brian S. O'Neill
2011-05-18Fix timeout tests.Brian S. O'Neill
2011-05-04Add support for Query controller and timeouts; remove vestigial support for i...Brian S. O'Neill
2011-03-19Remove broken test.Brian S. O'Neill
2011-02-24Add preCommit method.Brian S. O'Neill
2011-02-18Add BDB verify support.Brian S. O'Neill
2011-01-03Support serialization of corrupt storable.Brian S. O'Neill
2010-12-29Aggressively shutdown test database.Brian S. O'Neill
2010-06-08Fix serialization of adapted primary key properties.Brian S. O'Neill
2010-05-16Comments and compatibility for new backup features.Brian S. O'Neill
2010-05-14Added Incremental Backup to HotBackupCapabilityOlga Kuznetsova
2010-03-14Update copyright.Brian S. O'Neill
2010-02-17Fix transaction attach/detach test.Brian S. O'Neill
2010-02-17Add ignore annotations.Brian S. O'Neill
2009-11-05Add support for compressed records.Brian S. O'Neill
2009-10-18Implement nested rollback for BDB-JE.Brian S. O'Neill
2009-10-17Add additional serialization test.Brian S. O'Neill
2009-10-15Generated readFrom method sets properties states at the end, to ensure that a...Brian S. O'Neill
2009-10-02Added test for date range queries.Tobias Holgers
2009-06-12Add extra check before applying join sort optimization.Brian S. O'Neill
2009-05-16Fix bug when overriding final void method. Fix bug in generating writeTo/read...Brian S. O'Neill
2009-04-22Do not encode suffix in encodeSearchKeyPrefixTobias Holgers
2009-03-24Derived index update must tolerate inconsistencies.Brian S. O'Neill
2009-02-26Don't check if independent properties are set. This fixes a regression in whi...Brian S. O'Neill
2009-02-26NPE fix when comparing nullable Float/Double/BigDecimal properties for equality.Brian S. O'Neill
2009-02-18Allow object type to be used with JDBC.Brian S. O'Neill
2009-02-10Fix for JDBC prepared statement values when query has an exists filter.Brian S. O'Neill
2009-02-10Commented out changes made in revision 1098. Deleting of derived index entrie...Brian S. O'Neill
2009-02-06Fix index updates when derived index against joined storable is deleted.Brian S. O'Neill
2009-01-20Ensure that exited transaction cleans up the local scope even when an excepti...Brian S. O'Neill
2008-12-31Revert automatic initial version number if insert fails.Brian S. O'Neill
2008-12-27Fix compilation of test.Brian S. O'Neill
2008-11-19Fix resync when query is known to return one entry.Brian S. O'Neill
2008-11-03Restructured BigDecimal tests.Brian S. O'Neill
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-08-12Added missing test for Query.exists.Brian S. O'Neill
2008-07-28Remove BigDecimal support until key encoding issues are resolved.Brian S. O'Neill
2008-07-27Fixed conversion test failures.Brian S. O'Neill