about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMunyoki Kilyungi2023-07-21 17:47:54 +0300
committerMunyoki Kilyungi2023-07-31 13:06:41 +0300
commit1485bfd27e998a8df4fe67c9dca114e4a889f4e9 (patch)
tree6744de9e2c23ada960e5dc92422665ac883da693
parentb1627d4d0337a77d2155c75b0ed9afcd7ed72c37 (diff)
downloadgn-transform-databases-1485bfd27e998a8df4fe67c9dca114e4a889f4e9.tar.gz
Replace "?s ?p ?o" with "*"
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
-rw-r--r--dump/special-forms.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/dump/special-forms.scm b/dump/special-forms.scm
index 7fde470..fce3a11 100644
--- a/dump/special-forms.scm
+++ b/dump/special-forms.scm
@@ -495,7 +495,7 @@ The above query results to triples that have the form:
                                             (if (< n 3)
                                                 (length result)
                                                 n)))))
-                 (format #t "SELECT ?s ?p ?o WHERE { ~%")
+                 (format #t "SELECT * WHERE { ~%")
                  (for-each (match-lambda
                              ((predicate . object)
                               (match object