Ignore:
Timestamp:
12/04/10 13:59:08 (14 years ago)
Author:
lgiessmann
Message:

TM-SPARQL: added a method called "result"=>SPARQL-Query, so invoking it produces a result of the entier query; fixed a style warning in the RESTful-itnerface

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/src/rest_interface/set-up-json-interface.lisp ΒΆ

    r352 r358  
    429429                        (progn
    430430                          (when (typep result 'd:TopicC)
    431                             (delete (elephant::oid result) *type-table*)
    432                             (delete (elephant::oid result) *instance-table*))
     431                            (append ;;the append function is used only for suppress
     432                                    ;;style warnings of unused delete return values
     433                             (delete (elephant::oid result) *type-table*)
     434                             (delete (elephant::oid result) *instance-table*)))
    433435                          (format nil "")) ;operation succeeded
    434436                        (progn
Note: See TracChangeset for help on using the changeset viewer.