summaryrefslogtreecommitdiff
path: root/src/test/java
AgeCommit message (Expand)Author
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-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
2008-05-09Compare lobs by content, not by locator.Brian S. O'Neill
2008-05-09Fix query plan test.Brian S. O'Neill
2008-05-05Fixing annotation parsing of empty arrays.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-04Minor test additions.Brian S. O'Neill
2008-05-04Merged map repository implementation from map branch.Brian S. O'Neill
2008-04-18Support renamed properties in indexes and keys.Brian S. O'Neill
2008-04-15Revert to original "after" filter construction, but ensure property filters a...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-14Support query fetch limits.Brian S. O'Neill
2008-04-07Clean up use of MergeSortBuffer.Brian S. O'Neill
2008-04-07MergeSortBuffer optionally accepts a Storage now.Brian S. O'Neill
2008-04-06Added support for internal query hints.Brian S. O'Neill
2008-04-06Replace SliceCursor with simpler SkipCursor and LimitCursor classes.Brian S. O'Neill
2008-03-28Prevent duplicate field generation.Brian S. O'Neill
2008-03-25More fixes for bug that allowed a transaction to be attached to multiple thre...Brian S. O'Neill
2008-03-25Fixes for bugs as reported by FindBugs.Brian S. O'Neill