summaryrefslogtreecommitdiff
path: root/src/main
AgeCommit message (Expand)Author
2006-09-19Make toStringKeyOnly also include alternate keys.Brian S. O'Neill
2006-09-19Removed TODO comment.Brian S. O'Neill
2006-09-19Added SingletonCursor.Brian S. O'Neill
2006-09-19Removed all cursor synchronization. It just adds overhead and no real (or nee...Brian S. O'Neill
2006-09-19Restored synchronization and added comment for doing so.Brian S. O'Neill
2006-09-19Renamed empty cursor access method to "the".Brian S. O'Neill
2006-09-19Removed unnecessary synchronization.Brian S. O'Neill
2006-09-17Finished replacing old query engine.Brian S. O'Neill
2006-09-12Join short-circuit if external property cannot be null.Brian S. O'Neill
2006-09-11Switch JDBC repository to use new query engine.Brian S. O'Neill
2006-09-11Added commented out JDK 1.6 features.Brian S. O'Neill
2006-09-11Marked deprecated.Brian S. O'Neill
2006-09-11Completed new query engine implementation.Brian S. O'Neill
2006-09-08Add method to clear cached executor reference.Brian S. O'Neill
2006-09-08Renamed getStorage to getRootStorage.Brian S. O'Neill
2006-09-08Use OrderingList class everywhere.Brian S. O'Neill
2006-09-08Make better use of OrderingList class.Brian S. O'Neill
2006-09-07Initial tests and fixes for union query analysis.Brian S. O'Neill
2006-09-06Short-circuit if re-calc eliminates needs for union.Brian S. O'Neill
2006-09-06Resolve orderings with unspecified direction.Brian S. O'Neill
2006-09-05More progress on total ordering support.Brian S. O'Neill
2006-09-05comment typoBrian S. O'Neill
2006-09-05Added support to get free and unused orderings.Brian S. O'Neill
2006-09-04Rollback from revision 69.Brian S. O'Neill
2006-09-04Ensure remainder orderings have a specified direction.Brian S. O'Neill
2006-09-04OrderingScore supports automatic ordering direction when unspecified.Brian S. O'Neill
2006-09-04More progress on union analysis.Brian S. O'Neill
2006-09-04Test to ensure redundant orderings are eliminated.Brian S. O'Neill
2006-09-04Added FIXME.Brian S. O'Neill
2006-09-04Removed extra constructors.Brian S. O'Neill
2006-09-03More tests and fixes.Brian S. O'Neill
2006-09-03Manage ordering properties with lists.Brian S. O'Neill
2006-09-03More work on query engine.Brian S. O'Neill
2006-09-02Added support for LocalDate and LocalDateTime.Brian S. O'Neill
2006-09-02Added code for write-through caching repository.Brian S. O'Neill
2006-09-01Removed unused constant.Brian S. O'Neill
2006-09-01Removed not so useful class.Brian S. O'Neill
2006-08-30Fix buildBrian S. O'Neill
2006-08-30Add core repository implementationsBrian S. O'Neill
2006-08-30Added spi packageBrian S. O'Neill
2006-08-30Add new query engineBrian S. O'Neill
2006-08-30Add support for creating synthetic StorablesBrian S. O'Neill
2006-08-30Add general utilitiesBrian S. O'Neill
2006-08-30Add LOB supportBrian S. O'Neill
2006-08-30Add layout evolution supportBrian S. O'Neill
2006-08-30Add filter implementationBrian S. O'Neill
2006-08-30Add cursor implementationsBrian S. O'Neill
2006-08-30Add introspection supportBrian S. O'Neill
2006-08-30Add standard capabilitiesBrian S. O'Neill
2006-08-30Added common capabilitiesBrian S. O'Neill