X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=db-postgresql%2Fpostgresql-sql.lisp;h=47df535d193748a626b14344c7157a18cefc4f6a;hp=156e11e08c26abebb0c8863321b041bb9abff2d9;hb=270e7b5d19d51c1a19d30b54996d89576c63d358;hpb=7cdc9aa48baa3c52923d61da6fa632eb47ac0b5d diff --git a/db-postgresql/postgresql-sql.lisp b/db-postgresql/postgresql-sql.lisp index 156e11e..47df535 100644 --- a/db-postgresql/postgresql-sql.lisp +++ b/db-postgresql/postgresql-sql.lisp @@ -192,7 +192,7 @@ (let ((names '())) (dotimes (i num-fields (nreverse names)) (declare (fixnum i)) - (push (uffi:convert-from-foreign-string (PQfname result i)) names)))) + (push (uffi:convert-from-cstring (PQfname result i)) names)))) (defmethod database-execute-command (sql-expression (database postgresql-database))