Introduction

Release History

Version Date Description
2.0 TBD upgrade release
1.1 2008-01-21 Bugfix release
1.0 2007-10-30 First release

Release 2.0 - TBD

Type Changes By
fix Switched to commercial friendly Apache 2.0 License simone.tripodi
add Switched to Maven2 build simone.tripodi

Release 1.1 - 2008-01-21

Type Changes By
fix Fixed antlr3 warnings emitted when compiling the Sparql.g file Juergen.Pfundt
add Added lexical rule "ANY" as fallback, in case no lexical rule matches Juergen.Pfundt
fix Recognition of keywords (including "true" and "false") is case insensitive now Fixes 1. Juergen.Pfundt
add Implemented lexical rule for comments Juergen.Pfundt
fix Solved problem with graphterm and blankNode which implicitely referenced WS via lexical rules NIL and ANON. As WS sends its content to channel hidden this resulted in problems with WS before and after braces Juergen.Pfundt
add Added a few test cases to the test suite referenced in W3C SPARQL specifications. Modified one test case to test "comments". Test cases still have to be enhanced! Fixes 2. Juergen.Pfundt
add Replaced parser literals by lexer tokens as preparation for AST generation Fixes 3. Juergen.Pfundt
add Replaced parser literal IRI_REF by lexer tokens as preparation for AST generation Fixes 3. simone.tripodi
add The A token is case insensitive now as requested by the w3.org rdf-sparql-query document Fixes 1. Juergen.Pfundt
add Added DAWG Testcases Fixes 2. Juergen.Pfundt

Release 1.0 - 2007-10-30

Type Changes By
update First version of the cross platform SPARQL Grammar. michele.mostarda, simone.tripodi