Update to 0.9.21:
2010-12-04 Rasqal Version 0.9.21 Released Updated to handle aggregate expression execution as defined by the SPARQL 1.1 Query W3C working draft of 14 October 2010 Executes grouping of results: GROUP BY Executes aggregate expressions: AVG, COUNT, GROUP_CONCAT, MAX, MIN, SAMPLE, SUM Executes filtering of aggregate expressions: HAVING Parses new syntax: BINDINGS, isNUMERIC(), MINUS, sub SELECT and SERVICE. The syntax format for parsing data graphs at URIs can be explictly declared. The roqet utility can execute queries over SPARQL HTTP Protocol and operate over data from stdin. Added several new APIs Fixed Issue: #0000388
This commit is contained in:
parent
3e05fc84ec
commit
a4d98b783d
3 changed files with 8 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.8 2010/09/13 12:43:11 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.9 2010/12/12 12:00:30 wiz Exp $
|
||||
|
||||
DISTNAME= rasqal-0.9.20
|
||||
DISTNAME= rasqal-0.9.21
|
||||
CATEGORIES= textproc
|
||||
MASTER_SITES= http://download.librdf.org/source/
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.5 2010/02/16 14:34:40 wiz Exp $
|
||||
@comment $NetBSD: PLIST,v 1.6 2010/12/12 12:00:30 wiz Exp $
|
||||
bin/rasqal-config
|
||||
bin/roqet
|
||||
include/rasqal/rasqal.h
|
||||
|
@ -22,6 +22,7 @@ share/gtk-doc/html/rasqal/rasqal-section-query-results-formatter.html
|
|||
share/gtk-doc/html/rasqal/rasqal-section-query-results.html
|
||||
share/gtk-doc/html/rasqal/rasqal-section-query.html
|
||||
share/gtk-doc/html/rasqal/rasqal-section-row.html
|
||||
share/gtk-doc/html/rasqal/rasqal-section-service.html
|
||||
share/gtk-doc/html/rasqal/rasqal-section-triple.html
|
||||
share/gtk-doc/html/rasqal/rasqal-section-triples-source.html
|
||||
share/gtk-doc/html/rasqal/rasqal-section-updates.html
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.5 2010/09/13 12:43:11 wiz Exp $
|
||||
$NetBSD: distinfo,v 1.6 2010/12/12 12:00:30 wiz Exp $
|
||||
|
||||
SHA1 (rasqal-0.9.20.tar.gz) = d2b08d9f1e575c39c4f08f971362806672ab32ff
|
||||
RMD160 (rasqal-0.9.20.tar.gz) = 77f628a88a986ff11d1934fe001ab7f1822555af
|
||||
Size (rasqal-0.9.20.tar.gz) = 1270144 bytes
|
||||
SHA1 (rasqal-0.9.21.tar.gz) = 95d6d95afa48fcaa9a0f6415de420858dc2c159a
|
||||
RMD160 (rasqal-0.9.21.tar.gz) = a70848aaa4b9de0066f57bff90ba5b345cdae331
|
||||
Size (rasqal-0.9.21.tar.gz) = 1356923 bytes
|
||||
|
|
Loading…
Reference in a new issue