index
:
Carbonado.git
fix-failing-test
gh-pages
master
v1.3
Forked from https://github.com/Carbonado/Carbonado
Jesse Morgan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
main
/
java
/
com
/
amazon
/
carbonado
/
qe
/
EmptyQuery.java
Age
Commit message (
Expand
)
Author
2008-04-19
Moved fetchAfter implementation to AbstractQuery.
Brian S. O'Neill
2008-04-14
Renamed overloaded slice fetch method to fetchSlice for clarity.
Brian S. O'Neill
2008-04-14
Added "after" method and removed fetchAfter slice method.
Brian S. O'Neill
2008-04-14
Support query fetch limits.
Brian S. O'Neill
2008-04-06
Added support for internal query hints.
Brian S. O'Neill
2007-10-14
Added support for "where exists" in queries via new syntax.
Brian S. O'Neill
2007-08-04
Added convenience method, Query.exists()
Brian S. O'Neill
2007-05-20
Merged in covering index optimization.
Brian S. O'Neill
2007-04-29
Merged in support for derived properties.
Brian S. O'Neill
2006-10-11
Resolved some warnings.
Brian S. O'Neill
2006-09-19
Renamed empty cursor access method to "the".
Brian S. O'Neill
2006-09-11
Completed new query engine implementation.
Brian S. O'Neill
2006-09-08
Use OrderingList class everywhere.
Brian S. O'Neill
2006-09-08
Make better use of OrderingList class.
Brian S. O'Neill
2006-09-03
Manage ordering properties with lists.
Brian S. O'Neill
2006-09-03
More work on query engine.
Brian S. O'Neill
2006-08-30
Add new query engine
Brian S. O'Neill