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
/
StandardQuery.java
Age
Commit message (
Expand
)
Author
2012-03-04
Prepare release 1.2.3
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
2009-07-25
Query.after and Query.fetchAfter supports subclass parameter.
Brian S. O'Neill
2009-04-25
Undo change from 1114.
Brian S. O'Neill
2009-04-16
Combining queries which contain sub-filters should not share values among sub...
Brian S. O'Neill
2008-05-24
Standard exists implementation fetches a one record slice.
Brian S. O'Neill
2008-05-10
Fix binding of filters which already contain some bound properties.
Brian S. O'Neill
2008-04-19
Moved fetchAfter implementation to AbstractQuery.
Brian S. O'Neill
2008-04-15
Revert to original "after" filter construction, but ensure property filters a...
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
Use constants in after filter.
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
2008-04-06
Remove use of BeanPropertyAccessor.
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
2006-11-23
Fixed bug when passing constants with 'and' or 'or' query ops.
Brian S. O'Neill
2006-11-04
Fixed exception when printing join plan with blank parameters.
Brian S. O'Neill
2006-10-13
Pass the internal query executor along when "with" is called, as an optimizat...
Brian S. O'Neill
2006-10-11
Resolved some warnings.
Brian S. O'Neill
2006-09-11
Switch JDBC repository to use new query engine.
Brian S. O'Neill
2006-09-11
Completed new query engine implementation.
Brian S. O'Neill
2006-09-08
Add method to clear cached executor reference.
Brian S. O'Neill
2006-09-08
Renamed getStorage to getRootStorage.
Brian S. O'Neill
2006-09-08
Use OrderingList class everywhere.
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