Age | Commit message (Collapse) | Author |
|
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
|
|
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
|
|
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
|
|
The password can contain special characters. As such, wrap it in
quotes.
* load-rdf.scm (delete-graph): Replace "~a" with "~s".
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
|
|
This reverts commit 5aecbcd3e59119533658b792c6dafa0c6efd9d5b. Despite
putting commands on a single line, isql still echoes and leaks the
password.
|
|
We put isql commands on a single line in the hope that they will not
be echoed thus leaking the password.
* load-rdf.scm (delete-graph): Put isql commands on a single line.
|
|
* load-rdf.scm (delete-graph): Accept password argument.
(main): Call delete-graph with password.
|
|
* load-rdf.scm (put-graph): Accept retry? argument, and retry if it is
#t.
(main): Call put-graph with a #t retry? argument.
|
|
* load-rdf.scm: New file.
* manifest.scm: Import virtuoso-ose from (gnu packages databases). Add
virtuoso-ose to manifest.
|