X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=db-postgresql-socket%2Fpostgresql-socket-sql.lisp;h=7a56931070229f6262b08f28c0d36dc06c2d90c3;hp=46e82ce928c64140be4ae54cd8e846eb74beed62;hb=fc58e4fb7d908985389c86adf57ddee6c1dde5d2;hpb=a995b49f3462e35a432bae3340fe6411498e16a6 diff --git a/db-postgresql-socket/postgresql-socket-sql.lisp b/db-postgresql-socket/postgresql-socket-sql.lisp index 46e82ce..7a56931 100644 --- a/db-postgresql-socket/postgresql-socket-sql.lisp +++ b/db-postgresql-socket/postgresql-socket-sql.lisp @@ -342,7 +342,7 @@ doesn't depend on UFFI." (defmethod database-probe (connection-spec (type (eql :postgresql-socket))) (when (find (second connection-spec) (database-list connection-spec type) - :key #'car :test #'string-equal) + :test #'string-equal) t))