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
/
UnionQueryAnalyzer.java
Age
Commit message (
Expand
)
Author
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-14
Added support for "where exists" in queries via new syntax.
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-10-11
Resolved some warnings.
Brian S. O'Neill
2006-10-10
Removed broken (and useless) delegate merging optimization.
Brian S. O'Neill
2006-09-20
More tests and fixes.
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-06
Short-circuit if re-calc eliminates needs for union.
Brian S. O'Neill
2006-09-06
Resolve orderings with unspecified direction.
Brian S. O'Neill
2006-09-05
More progress on total ordering support.
Brian S. O'Neill
2006-09-05
comment typo
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