From 11ee4efc0205cba0137f9a6bbd0d6ca8e2dda4d3 Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Thu, 28 Dec 2006 21:13:29 +0000 Subject: [PATCH] r11411: update comment --- create-sql.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) -- 2.34.1