Notes: Version 0.71 Release Notes This release is a temporary release to fix a couple of major bugs. The first bug (1377140) was in the constraint logic and resulted in bad result bindings. It was fixed in StreamedTripleConstraintLogic. The second bug (1436935) was a default ordering bug that was based on a grammar parenthesis problem. In addition, this bug led to the discovery of a typo in DefaultValueOrdering that resulted in literals not being compared correctly. Both these were fixed. In addition, final modifiers were added everywhere that it was appropriate, as the logic contains many unchanging objects.
Changes: ----------------------- Version 0.71, 2006-02-22 ----------------------- - Fixed bugs 1377140 and 1436935 and added test cases to assure their success - Added a bunch of final modifiers for completeness ----------------------- Version 0.7, 2005-11-28 ----------------------- - Fixed CONSTRUCT queries so they seem to work now - Fixed SELECT * queries - Redesigned the visitor pattern in the AST parser so it's a lot cleaner ----------------------- Version 0.6, 2005-10-02 ----------------------- - Moved set logic from RdfBindingSetUtils to it's own logic in the factory - Created much more efficient streamed/indexed logic steps to use by default - Changed DESCRIBE so that it should work correctly ----------------------- Version 0.5, 2005-08-31 ----------------------- - All javadoc finished - The engine now passes all SELECT tests in the specification - Extensive test parsing and running module added - All Values are now created with ValueFactory factories - Fixed all previous bugs from the bug list - Moved anything Sesame specific to it's own project ----------------------- Version 0.2, 2005-08-18 ----------------------- - Finished almost all the javadoc - Fixed several major bugs with optional constraints, ask queries, and syntax shortcuts - Reworked and simplified the logic factory design - Added pre-execution variable access - Removed Comparable from the main Value interfaces and put it in it's own logic - Removed Javadoc from the build, users can javadoc it themselves ----------------------- Version 0.1, 2005-08-12 ----------------------- - First public release of the source code - Included Sesame/adapter distribution for testing purposes
Copyright © 2009 Geeknet, Inc. All rights reserved. Terms of Use