index
:
CarbonadoTestSuite.git
fix-automatic-and-alt-key
fix-failing-tests
master
Forked from https://github.com/Carbonado/CarbonadoTestSuite
Jesse Morgan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
java
/
com
/
amazon
/
carbonado
/
cursor
Age
Commit message (
Expand
)
Author
2011-05-18
Fix timeout tests.
Brian S. O'Neill
2011-05-04
Add support for Query controller and timeouts; remove vestigial support for i...
Brian S. O'Neill
2010-03-14
Update copyright.
Brian S. O'Neill
2008-05-15
Moved utility comparators to util package.
Brian S. O'Neill
2008-04-07
MergeSortBuffer optionally accepts a Storage now.
Brian S. O'Neill
2008-04-06
Added support for internal query hints.
Brian S. O'Neill
2008-04-06
Replace SliceCursor with simpler SkipCursor and LimitCursor classes.
Brian S. O'Neill
2008-03-28
Prevent duplicate field generation.
Brian S. O'Neill
2008-03-17
Added test for merge sort with LOBs.
Brian S. O'Neill
2008-01-27
Replace ViewCursor with SliceCursor.
Brian S. O'Neill
2007-10-26
Added support for outer joins.
Brian S. O'Neill
2007-10-21
Allow open exists filter to operate on many-to-one join.
Brian S. O'Neill
2007-10-14
Added support for "where exists" in queries via new syntax.
Brian S. O'Neill
2007-10-11
Support sorting of arrays.
Brian S. O'Neill
2007-08-26
Yanked out support for filtering against one-to-many join properties. It need...
Brian S. O'Neill
2007-08-20
Fixed bug in GroupedCursor which discarded last group if it had one element.
Brian S. O'Neill
2007-08-04
Add filtering short-circuit optimization.
Brian S. O'Neill
2007-05-21
Added ViewCursor class.
Brian S. O'Neill
2007-01-28
Fixed bug when filtering against negative floating point values.
Brian S. O'Neill
2006-10-14
Added merge sort tests.
Brian S. O'Neill
2006-10-14
Moved tests to separate project.
Brian S. O'Neill