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