summaryrefslogtreecommitdiff
path: root/src/main/java/com/amazon/carbonado/cursor/GroupedCursor.java
AgeCommit message (Expand)Author
2012-03-04Prepare release 1.2.3Brian 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-06Code cleanup: add @Override annotations, remove unused imports, remove dead c...Brian S. O'Neill
2007-08-20Fixed bug in GroupedCursor which discarded last group if it had one element.Brian S. O'Neill
2007-01-29Fixed multiple cursor implementations to be extra paranoid and close the curs...Brian S. O'Neill
2006-12-22Doc clarification.Brian S. O'Neill
2006-10-11Resolved some warnings.Brian S. O'Neill
2006-09-20Comments and label changes.Brian S. O'Neill
2006-09-19Removed all cursor synchronization. It just adds overhead and no real (or nee...Brian S. O'Neill
2006-08-30Add cursor implementationsBrian S. O'Neill