summaryrefslogtreecommitdiff
path: root/src/test/java/com
AgeCommit message (Collapse)Author
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 ↵Brian S. O'Neill
are bound.
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 ↵Brian S. O'Neill
threads.
2008-03-25Fixes for bugs as reported by FindBugs.Brian S. O'Neill
2008-03-17Added test for merge sort with LOBs.Brian S. O'Neill
2008-03-16Support updates to replicated LOBs.Brian S. O'Neill
2008-03-16Fixed compilation errors.Brian S. O'Neill
2008-02-16Remove obsolete StorableSerializer class.Brian S. O'Neill
2008-01-27Replace ViewCursor with SliceCursor.Brian S. O'Neill
2008-01-26Added DelegateStorableGenerator.Brian S. O'Neill
2008-01-25Add transaction detach/attach methods.Brian S. O'Neill
2008-01-25Add load trigger test.Brian S. O'Neill
2008-01-22OrderingList is now Serializable.Brian S. O'Neill
2008-01-22Filter and FilterValues are now Serializable.Brian S. O'Neill
2008-01-20Split TransactionManager and created TransactionScope class.Brian S. O'Neill
2008-01-20Fixed tests.Brian S. O'Neill
2007-10-26Added support for outer joins.Brian S. O'Neill
2007-10-21Allow open exists filter to operate on many-to-one join.Brian S. O'Neill
2007-10-14Added support for "where exists" in queries via new syntax.Brian S. O'Neill
2007-10-11Support sorting of arrays.Brian S. O'Neill
2007-09-16Ensure that non-destructive update doesn't invoke load trigger.Brian S. O'Neill
2007-09-03Calling Storable.update when there are no dirty properties actually does an ↵Brian S. O'Neill
update instead of being "smart" and ignoring the update request. The old behavior was non-intuitive and interfered with expected trigger behavior.
2007-09-03Removed bogus test.Brian S. O'Neill
2007-08-26Yanked out support for filtering against one-to-many join properties. It ↵Brian S. O'Neill
needs to be redesigned.
2007-08-26Removed vestigial support for wrapping Storables.Brian S. O'Neill
2007-08-26Added support for load and query trigger.Brian S. O'Neill
2007-08-23Support parsing date-times with a space separator instead of T.Brian S. O'Neill
2007-08-20Fixed bug in GroupedCursor which discarded last group if it had one element.Brian S. O'Neill
2007-08-06Support filters as joined and not joined from one-to-many properties.Brian S. O'Neill
2007-08-04Add filtering short-circuit optimization.Brian S. O'Neill
2007-06-29Fix syntax error.Brian S. O'Neill
2007-06-29Fixed IllegalArgumentException with optimized join queries of the form "a.b ↵Brian S. O'Neill
= ? & (a.c = ? | a.d = ?)".
2007-06-17Add test for lob replication bug.Brian S. O'Neill
2007-06-10Added methods to access Storable properties by name.Brian S. O'Neill
2007-05-21Added ViewCursor class.Brian S. O'Neill
2007-05-20Merged in covering index optimization.Brian S. O'Neill
2007-05-14More lob and sequence tests; LobEngine fixes.Brian S. O'Neill
2007-04-29Merged in support for derived properties.Brian S. O'Neill