X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;ds=sidebyside;f=db-postgresql-socket%2Fpostgresql-socket-sql.lisp;h=176dfcb7ff5ce041ad1421bada3f9516440e6151;hb=bada52b7a8fd2cc484dee33cccd64ca09a52ec3d;hp=a4d946b812c6ed64a5b7e6005b595c3664418e9d;hpb=50906c48e75ed9e7bc7723d7588ebc7dbe795169;p=clsql.git diff --git a/db-postgresql-socket/postgresql-socket-sql.lisp b/db-postgresql-socket/postgresql-socket-sql.lisp index a4d946b..176dfcb 100644 --- a/db-postgresql-socket/postgresql-socket-sql.lisp +++ b/db-postgresql-socket/postgresql-socket-sql.lisp @@ -8,7 +8,7 @@ ;;;; Original code by Pierre R. Mai ;;;; Date Started: Feb 2002 ;;;; -;;;; $Id: postgresql-socket-sql.lisp,v 1.3 2003/08/31 08:22:16 kevin Exp $ +;;;; $Id$ ;;;; ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; and Copyright (c) 1999-2001 by Pierre R. Mai @@ -155,10 +155,11 @@ doesn't depend on UFFI." (pathname (namestring host)) (string host)) (when port - (concatenate ":" - (etypecase port - (integer (write-to-string port)) - (string port)))) + (concatenate 'string + ":" + (etypecase port + (integer (write-to-string port)) + (string port)))) "/" db "/" user))) (defmethod database-connect (connection-spec