diff options
-rwxr-xr-x | load-rdf.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/load-rdf.scm b/load-rdf.scm index 4cd7841..fcb4f4d 100755 --- a/load-rdf.scm +++ b/load-rdf.scm @@ -153,7 +153,7 @@ authenticating as the dba user with PASSWORD." (lambda (out) (format out "SET DSN=localhost:~a; -SET PWD=~a; +SET PWD=~s; DELETE FROM rdf_quad WHERE g = iri_to_id ('~a');" port password |