Age | Commit message (Expand) | Author |
2007-10-21 | Allow open exists filter to operate on many-to-one join. | Brian S. O'Neill |
2007-10-14 | Added support for "where exists" in queries via new syntax. | Brian S. O'Neill |
2007-10-11 | Support sorting of arrays. | Brian S. O'Neill |
2007-09-02 | Disable short-circuit optimizer until fixed. | Brian S. O'Neill |
2007-08-26 | Yanked out support for filtering against one-to-many join properties. It need... | Brian S. O'Neill |
2007-08-20 | Fixed bug in GroupedCursor which discarded last group if it had one element. | Brian S. O'Neill |
2007-08-04 | Add filtering short-circuit optimization. | Brian S. O'Neill |
2007-08-04 | Support query filters against one-to-many join properties. | Brian S. O'Neill |
2007-05-21 | Added ViewCursor class. | Brian S. O'Neill |
2007-04-29 | Added @since tags. | Brian S. O'Neill |
2007-04-19 | Comment fix. | Brian S. O'Neill |
2007-04-01 | Move Storable code generation support to separate package. | Brian S. O'Neill |
2007-03-28 | Merged 1.2-dev to trunk. | Brian S. O'Neill |
2007-03-20 | Actually use default temp dir config. | Brian S. O'Neill |
2007-02-12 | Added system properties to control performance characteristics of MergeSortBu... | Brian S. O'Neill |
2007-01-29 | Fixed multiple cursor implementations to be extra paranoid and close the curs... | Brian S. O'Neill |
2007-01-28 | Fixed bug when filtering against negative floating point values. | Brian S. O'Neill |
2007-01-13 | MergeSortBuffer detects misconfiguration early. | Brian S. O'Neill |
2007-01-11 | Fixes for bugs found using FindBugs. | Brian S. O'Neill |
2006-12-22 | Doc clarification. | Brian S. O'Neill |
2006-10-11 | Resolved some warnings. | Brian S. O'Neill |
2006-09-30 | Finished join optimization. | Brian S. O'Neill |
2006-09-20 | Comments and label changes. | Brian S. O'Neill |
2006-09-19 | Added SingletonCursor. | Brian S. O'Neill |
2006-09-19 | Removed all cursor synchronization. It just adds overhead and no real (or nee... | Brian S. O'Neill |
2006-09-19 | Restored synchronization and added comment for doing so. | Brian S. O'Neill |
2006-09-19 | Renamed empty cursor access method to "the". | Brian S. O'Neill |
2006-09-19 | Removed unnecessary synchronization. | Brian S. O'Neill |
2006-09-03 | More work on query engine. | Brian S. O'Neill |
2006-08-30 | Add cursor implementations | Brian S. O'Neill |