X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=db-postgresql%2Fpostgresql-sql.lisp;h=9b4e2503f0b5ac415a64147cad594385c20b6283;hp=6a8c7c83290c6852deff730f229e432e4b9661d8;hb=fc58e4fb7d908985389c86adf57ddee6c1dde5d2;hpb=a995b49f3462e35a432bae3340fe6411498e16a6 diff --git a/db-postgresql/postgresql-sql.lisp b/db-postgresql/postgresql-sql.lisp index 6a8c7c8..9b4e250 100644 --- a/db-postgresql/postgresql-sql.lisp +++ b/db-postgresql/postgresql-sql.lisp @@ -412,7 +412,7 @@ (defmethod database-probe (connection-spec (type (eql :postgresql))) (when (find (second connection-spec) (database-list connection-spec type) - :key #'car :test #'string-equal) + :test #'string-equal) t))