summaryrefslogtreecommitdiff
path: root/src/test/java/com/amazon/carbonado/cursor
AgeCommit message (Expand)Author
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
2010-03-14Update copyright.Brian S. O'Neill
2008-05-15Moved utility comparators to util package.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-17Added test for merge sort with LOBs.Brian S. O'Neill
2008-01-27Replace ViewCursor with SliceCursor.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-08-26Yanked out support for filtering against one-to-many join properties. It need...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-04Add filtering short-circuit optimization.Brian S. O'Neill
2007-05-21Added ViewCursor class.Brian S. O'Neill
2007-01-28Fixed bug when filtering against negative floating point values.Brian S. O'Neill
2006-10-14Added merge sort tests.Brian S. O'Neill
2006-10-14Moved tests to separate project.Brian S. O'Neill