Age | Commit message (Expand) | Author |
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 |
2007-01-11 | Fixes for bugs found using FindBugs. | 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-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-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-10-10 | Removed broken (and useless) delegate merging optimization. | Brian S. O'Neill |
2006-10-09 | Add rule to check user preferences as index selection tie-breaker. | Brian S. O'Neill |
2006-10-01 | Fix typo | Brian S. O'Neill |
2006-10-01 | Added FIXME comment for bug. | Brian S. O'Neill |
2006-09-30 | Finished join optimization. | Brian S. O'Neill |
2006-09-27 | Add support for faster full count. | Brian S. O'Neill |
2006-09-22 | Ordering property directions should be reversed if index is reversed. | Brian S. O'Neill |
2006-09-20 | Print plan shows multi-way joins. | 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-19 | Renamed empty cursor access method to "the". | Brian S. O'Neill |
2006-09-17 | Finished replacing old query engine. | 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-08 | Make better use of OrderingList class. | 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-05 | Added support to get free and unused orderings. | Brian S. O'Neill |
2006-09-04 | Rollback from revision 69. | Brian S. O'Neill |
2006-09-04 | Ensure remainder orderings have a specified direction. | Brian S. O'Neill |
2006-09-04 | OrderingScore supports automatic ordering direction when unspecified. | Brian S. O'Neill |