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
Age
Commit message (
Expand
)
Author
2012-05-18
Adjusted optimization of open ended range queries.
Jesse Morgan
2012-04-17
Fixed NullPointerException when using ExistsFilter
Jesse Morgan
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
2011-02-24
Default to 100 for query cache.
Brian S. O'Neill
2011-02-24
Cache a minimum of 1000 query executors per type by default.
Brian S. O'Neill
2010-08-18
Introduce SoftValuedCache, which evicts more aggressively than SoftValuedHash...
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-06-12
Add extra check before applying join sort optimization.
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-12-13
Allow 'dot' syntax for property chains against one-to-many joins.
Brian S. O'Neill
2008-07-12
Fix remainder append for full scan queries with 'or' expressions.
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-05-09
Clustered index selection fixes.
Brian S. O'Neill
2008-05-06
Code cleanup: add @Override annotations, remove unused imports, remove dead c...
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-07
Clean up use of MergeSortBuffer.
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
2008-03-25
Fixes for bugs as reported by FindBugs.
Brian S. O'Neill
2008-01-22
OrderingList is now Serializable.
Brian S. O'Neill
2008-01-21
Move StorableIndexSet to qe package.
Brian S. O'Neill
2008-01-08
Support ExistsFilter.
Brian S. O'Neill
2007-10-26
Added support for outer joins.
Brian S. O'Neill
2007-10-14
Support ordering by derived properties.
Brian S. O'Neill
2007-10-14
Added support for "where exists" in queries via new syntax.
Brian S. O'Neill
2007-08-19
Fixed query descending sort order bug which produced ascending results.
Brian S. O'Neill
2007-08-06
Support filters as joined and not joined from one-to-many properties.
Brian S. O'Neill
2007-08-04
Added convenience method, Query.exists()
Brian S. O'Neill
2007-08-03
Make sure partial comparator does not use full comparator rules.
Brian S. O'Neill
2007-08-03
Fixed query engine rule which sometimes favored index with incorrect ordering.
Brian S. O'Neill
2007-06-29
Fixed IllegalArgumentException with optimized join queries of the form "a.b =...
Brian S. O'Neill
2007-05-20
Comment updates.
Brian S. O'Neill
2007-05-20
Merged in covering index optimization.
Brian S. O'Neill
2007-04-29
Added @since tags.
Brian S. O'Neill
2007-04-29
Merged in support for derived properties.
Brian S. O'Neill
2007-04-02
Weak matches changed to extra matches.
Brian S. O'Neill
2007-04-01
Move Storable code generation support to separate package.
Brian S. O'Neill
2007-03-31
Disable weak match check for now.
Brian S. O'Neill
2007-03-31
Fix score comparison to favor index with fewer remainders.
Brian S. O'Neill
2007-03-31
Consider weak matches in filtering score.
Brian S. O'Neill
2007-01-19
Added additional index selection tie-breaker if index is most likely defined ...
Brian S. O'Neill
[next]