From: Kevin M. Rosenberg Date: Thu, 28 Dec 2006 21:13:29 +0000 (+0000) Subject: r11411: update comment X-Git-Tag: v2006ac.2~37 X-Git-Url: http://git.kpe.io/?p=umlisp.git;a=commitdiff_plain;h=11ee4efc0205cba0137f9a6bbd0d6ca8e2dda4d3 r11411: update comment --- diff --git a/create-sql.lisp b/create-sql.lisp index 83c1a22..ab7d64a 100644 --- a/create-sql.lisp +++ b/create-sql.lisp @@ -128,7 +128,7 @@ (format nil " (~d)" length) ""))) ((:postgresql :postgresql-socket) - ;; FIXME: incorrect syntax + ;; FIXME: incorrect syntax for postgresql? (if (integerp length) (format nil "substr((~A)::text,1,~D)" colname length) colname))