summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-03Prepare version number for release.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
2008-07-27Added converter tests.Brian S. O'Neill
2008-07-27Added more BigDecimal tests.Brian S. O'Neill
2008-07-26Added more BigDecimal tests.Brian S. O'Neill
2008-07-25Complete BigDecimal support -- ensure that failed update rolls back normaliza...Brian S. O'Neill
2008-07-25Compare BigDecimal properties for equality using compareTo.Brian S. O'Neill
2008-07-22Support BigDecimal and BigInteger tests with H2.Brian S. O'Neill
2008-07-22Added advanced conversion capability when setting query filter properties. Th...Brian S. O'Neill
2008-07-20Added normalization option for BigDecimal properties.Brian S. O'Neill
2008-07-20Support BigInteger and BigDecimal property types.Brian S. O'Neill
2008-07-20Added utilities for encoding and decoding BigDecimals.Brian S. O'Neill
2008-07-19Added utilities for encoding and decoding BigDecimals.Brian S. O'Neill
2008-07-18Added utilities for encoding and decoding BigIntegers.Brian S. O'Neill
2008-07-18Moved transaction support classes to txn package.Brian S. O'Neill
2008-07-12Added tests for remainder append of full scan queries with 'or' expressions.Brian S. O'Neill
2008-06-06Added listener callback for replicated repository resync.Brian S. O'Neill
2008-05-29Prepare beta1 release.Brian S. O'Neill
2008-05-24Added simple outer join test.Brian S. O'Neill
2008-05-15Moved utility comparators to util package.Brian S. O'Neill
2008-05-14Added test for multiple index errors.Brian S. O'Neill
2008-05-14Index repair now deletes bogus entries.Brian S. O'Neill
2008-05-11Added JDBC tests which use H2.Brian S. O'Neill
2008-05-11Avoid using SQL keywords in property names.Brian S. O'Neill
2008-05-10Use quoted table name identifier if required and supported.Brian S. O'Neill
2008-05-10Fix binding of filters which already contain some bound properties.Brian S. O'Neill
2008-05-09Test fixes.Brian S. O'Neill
2008-05-09Compare lobs by content, not by locator.Brian S. O'Neill