X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;ds=sidebyside;f=sql.lisp;h=1630562e6830b59fd8d3d9a150487726f6886493;hb=cd3df5cb167a754ef0d2f9cb21afeb821528f266;hp=3847d02492692f4d5da0c2ee85f87b0be93a937e;hpb=e9815df2b42c20fbaf7529541147522a7c7cf238;p=umlisp.git diff --git a/sql.lisp b/sql.lisp index 3847d02..1630562 100644 --- a/sql.lisp +++ b/sql.lisp @@ -71,7 +71,8 @@ (if (eql *umls-sql-type* :mysql) (list *umls-sql-host* *umls-sql-db* *umls-sql-user* *umls-sql-passwd* - nil '((:local-infile . 1))) + nil '((:local-infile . 1)) + ) (list *umls-sql-host* *umls-sql-db* *umls-sql-user* *umls-sql-passwd*)))