Skip to content

Commit 040b907

Browse files
committed
Release v0.0.15
Improvements since 0.0.14: - data modification queries sent in order - warn for variables in quads to be written - string-files can have language and datatypes - upgrade/downgrade string-files - DELETE WHERE without sudo now uses CONSTRUCT instead of SELECT - clean up some Virtuoso responses with floats Fixes since 0.0.14: - improved quad logging - basic support for \u and \U sequences in sparql queries - incorrect understanding of queries with line starting with datatype
1 parent 15548ec commit 040b907

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sparql-parser.asd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
(asdf:defsystem :sparql-parser
22
:name "sparql-parser"
33
:author "Aad Versteden <madnificent@gmail.com>"
4-
:version "0.0.14"
4+
:version "0.0.15"
55
:maintainer "Aad Versteden <madnificent@gmail.com>"
66
:license "MIT"
77
:description "Parser for the SPARQL1.1 specification."

0 commit comments

Comments
 (0)