Typing error in db-postgresql/postgresql-sql.lisp

Nicolas Neuss <[email protected]> Tue, 27 Apr 2010 13:49:32 +0200
Newsgroups gmane.lisp.clsql.general
Organization KIT Karlsruhe
Message-ID <[email protected]>
Hello,

here a small patch:
---------------------------------------------------------------------------
diff --git a/db-postgresql/postgresql-sql.lisp b/db-postgresql/postgresql-sql.lisp
index 462c447..51d5d0f 100644
--- a/db-postgresql/postgresql-sql.lisp
+++ b/db-postgresql/postgresql-sql.lisp
@@ -210,7 +210,7 @@
                  :database database
                  :expression sql-expression
                  :message (tidy-error-message (PQerrorMessage conn-ptr)
-                                              (encoding databse))))
+                                              (encoding database))))
         (unwind-protect
             (case (PQresultStatus result)
               (#.pgsql-exec-status-type#command-ok
---------------------------------------------------------------------------

Nicolas

-- 
PD Dr. Nicolas Neuss   KIT Karlsruhe   Tel: 0049-721-608-7634
Email: [email protected]   WWW:  <http://www.math.kit.edu/~neuss>