r11411: update comment
authorKevin M. Rosenberg <kevin@rosenberg.net>
Thu, 28 Dec 2006 21:13:29 +0000 (21:13 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Thu, 28 Dec 2006 21:13:29 +0000 (21:13 +0000)
create-sql.lisp

index 83c1a22e65bc28aaca13f13967682dc21b6a0829..ab7d64a553fbaa8077fef3442f258ad3679a4974 100644 (file)
                              (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))