source: trunk/src/unit_tests/sparql_test.lisp

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @470   14 years lgiessmann fixed ticket #111 and adapted all unit-tests
(edit) @428   14 years lgiessmann TM-SPARQL: added the possibility to search for triplles of the form …
(edit) @426   14 years lgiessmann TM-SPARQL: finished the implementation of the SPARQL-API; finished the …
(edit) @425   14 years lgiessmann TM-SPARQL: fixed a bug in the function in-literal-string-p
(edit) @424   14 years lgiessmann TM-SPARQL: fixed a bug with the FILTER function BOUND; fixed also a …
(edit) @423   14 years lgiessmann TM-SPARQL: fixed another efficiency problem in the processing of filters
(edit) @422   14 years lgiessmann TM-SPARQL: fixed a bug when there is a greater amount of variables in …
(edit) @421   14 years lgiessmann TM-SPARQL: fixed an bug that influences the efficiency of the system, …
(edit) @420   14 years lgiessmann TM-SPARQL: fixed the unit-tests test-module-14, test-module-15, and …
(edit) @419   14 years lgiessmann TM-SPARQL: sparql filters now support constants of the form …
(edit) @418   14 years lgiessmann TM-SPARQL: filters use now the actual datatype, e.g. 82 instead of '82' …
(edit) @417   14 years lgiessmann TM-SPARQL: adopted all unit-tests to the latest changes; fixed some …
(edit) @416   14 years lgiessmann TM-SPARQL: fixed a bug in recursive-intersection
(edit) @415   14 years lgiessmann TM-SPARQL: all result values are returned in the correct datatype …
(edit) @414   14 years lgiessmann changed the behavior of casting string-values to xml-boolean, …
(edit) @413   14 years lgiessmann changed the behavior of the handling of paranthesis and quotations in …
(edit) @412   14 years lgiessmann TM-SPARQL: fixed a bug in the processing of final results when …
(edit) @411   14 years lgiessmann TM-SPARQL: fixed a bug in the processing of the property …
(edit) @410   14 years lgiessmann TM-SPARQL: fixed a bug in the processing of final results when making …
(edit) @408   14 years lgiessmann fixed a svn problem
(edit) @407   14 years lgiessmann TM-SPARQL: fixed a bug in the setter for elem-type (SPARQL-Triple-Elem)
(edit) @406   14 years lgiessmann TM-SPARQL: finsihed the unit-tests for the special-uri of the form …
(edit) @405   14 years lgiessmann TM-SPARQL: finsihed the unit-tests for the special-uri of the form …
(edit) @404   14 years lgiessmann TM-SPARQL: finsihed the unit-tests for the special-uri tms:value => …
(edit) @403   14 years lgiessmann TM-SPARQL: finsihed the unit-tests for the special-uri tms:scope
(edit) @402   14 years lgiessmann TM-SPARQL: finsihed the unit-tests for the special-uri tms:topicProperty
(edit) @401   14 years lgiessmann TM-SPARQL: finsihed the unit-tests for the special-uri tms:player
(edit) @400   14 years lgiessmann TM-SPARQL: finsihed the unit-tests for the special-uri tms:role => …
(edit) @399   14 years lgiessmann TM-SPARQL: finished the unit-tests for the special predicate …
(edit) @398   14 years lgiessmann TM-SPARQL: finished unit-tests for the special predicates rdf:type, a, …
(edit) @397   14 years lgiessmann tm-sparql: finished all unittests that checks the api's behaviour with …
(edit) @384   14 years lgiessmann code-maintenance: replaced some code sections by functions of …
(edit) @383   14 years lgiessmann TM-SPARQL: fixed a fundamental bug => if a filter uses more than one …
(edit) @380   14 years lgiessmann TM-SPARQL: added some unit-tests that cover the main function …
(edit) @378   14 years lgiessmann TM-SPARQL: adapted some unit-tests to the latest changes; fixed a bug …
(edit) @375   14 years lgiessmann TM-SPARQL: added the scanning of function in sparql-filters that are …
(edit) @374   14 years lgiessmann TM-SPARQL: added the handling of supported filter function => added …
(edit) @373   14 years lgiessmann TM-SPARQL: added unit-tests for all compare-operators
(edit) @371   14 years lgiessmann TM-SPARQL: added some unit-tests for the binary + and - operators
(edit) @369   14 years lgiessmann added the handling of * and / => added some unit-tests; fixed a bug …
(edit) @368   14 years lgiessmann TM-SPARQL: fixed a bug with ||, &&, \!, unary + and - operators => …
(edit) @367   14 years lgiessmann TM-SPARQL: adde the hanlding of || and && operators; added also some …
(edit) @366   14 years lgiessmann TM-SPARQL: fixed a problem in all filter statements that uses """, ' …
(edit) @365   14 years lgiessmann TM-SPARQL: added some unit-tests for the handling of \!, -, + as unary …
(edit) @363   14 years lgiessmann TM-SPARQL: added some unit-tests for the processing of brackets in …
(edit) @362   14 years lgiessmann TM-SPARQL: added some functions that separate a single …
(edit) @361   14 years lgiessmann TM-SPARQL: changed some function in the sparql-parser into …
(edit) @359   14 years lgiessmann TM-SPARQL: added unit-tests for the "result"=>SPARQL-Query method => …
(edit) @358   14 years lgiessmann TM-SPARQL: added a method called "result"=>SPARQL-Query, so invoking …
(edit) @357   14 years lgiessmann TM-SPARQL: added more unit-tests for the sparql-interface => fixed …
(edit) @356   14 years lgiessmann TM-SPARQL: added some unit-tests for processing single triples in a …
(edit) @350   14 years lgiessmann TM-SPARQL: fixed a bug with BASE within the select-where statement; …
(edit) @349   14 years lgiessmann TM-SPARQL: fixed a recursion bug when parsing SELECT-WHERE-statements
(edit) @348   14 years lgiessmann TM-SPARQL: added some unit-tests for parsing of more triples in a …
(edit) @347   14 years lgiessmann TM-SPARQL: added some unit-tests for parsing variables and IRIs in the …
(edit) @346   14 years lgiessmann TM-SPARQL: added some unit-tests for parsing of literals => fixed some bugs
(edit) @345   14 years lgiessmann TM-SPARQL: fixed a bug by calling the next function from a group-pattern
(edit) @344   14 years lgiessmann TM-SAPRQL: added the parsing of tripples in the SELECT-WHERE statement
(edit) @343   14 years lgiessmann TM-SPARQL: addded the parsing of variables in the SELECT statement; …
(edit) @341   14 years lgiessmann fixed several bugs in the processing of PREFIX-statements
(add) @336   14 years lgiessmann added the fundamental module-structure including all files for the …
Note: See TracRevisionLog for help on using the revision log.