X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=base%2Fdatabase.lisp;fp=base%2Fdatabase.lisp;h=e8845ae4346d531a81d536791309025044fec983;hb=e06ca99080d17083dcfcf3f148de4a8796773e78;hp=839204f3c57de01fde008441a32a6b1d858cf2f3;hpb=8b47bee05e075063d82465bc2271802ddb574a86;p=clsql.git diff --git a/base/database.lisp b/base/database.lisp index 839204f..e8845ae 100644 --- a/base/database.lisp +++ b/base/database.lisp @@ -23,7 +23,6 @@ (defvar *default-database* nil "Specifies the default database to be used.") -;;; usql (defun find-database (database &key (errorp t) (db-type nil)) "The function FIND-DATABASE, given a string DATABASE, searches amongst the connected databases for one matching the name DATABASE. If