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
/
IndexedQueryAnalyzer.java
Age
Commit message (
Expand
)
Author
2012-03-04
Prepare release 1.2.3
Brian S. O'Neill
2010-03-14
Update copyright.
Brian S. O'Neill
2008-07-12
Fix remainder append for full scan queries with 'or' expressions.
Brian S. O'Neill
2008-05-06
Code cleanup: add @Override annotations, remove unused imports, remove dead c...
Brian S. O'Neill
2008-04-06
Added support for internal query hints.
Brian S. O'Neill
2007-10-26
Added support for outer joins.
Brian S. O'Neill
2007-05-20
Merged in covering index optimization.
Brian S. O'Neill
2007-01-11
Fixes for bugs found using FindBugs.
Brian S. O'Neill
2006-11-01
Use internal join property correctly (undos and fixes change from 180)
Brian S. O'Neill
2006-10-19
Use proper side of join.
Brian S. O'Neill
2006-10-10
Removed broken (and useless) delegate merging optimization.
Brian S. O'Neill
2006-09-30
Finished join optimization.
Brian S. O'Neill
2006-09-19
More tests and fixes.
Brian S. O'Neill
2006-09-17
Finished replacing old query engine.
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-07
Initial tests and fixes for union query analysis.
Brian S. O'Neill
2006-09-04
More progress on union analysis.
Brian S. O'Neill
2006-09-04
Removed extra constructors.
Brian S. O'Neill
2006-09-03
Manage ordering properties with lists.
Brian S. O'Neill
2006-08-30
Add new query engine
Brian S. O'Neill