X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;ds=sidebyside;f=create-sql.lisp;h=ab7d64a553fbaa8077fef3442f258ad3679a4974;hb=11ee4efc0205cba0137f9a6bbd0d6ca8e2dda4d3;hp=83c1a22e65bc28aaca13f13967682dc21b6a0829;hpb=a418a83108a16eb76ce432a2f781a572406ec0c3;p=umlisp.git 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))