diff --git a/src/pgsql/queries.lisp b/src/pgsql/queries.lisp index e565ecf..72c5c59 100644 --- a/src/pgsql/queries.lisp +++ b/src/pgsql/queries.lisp @@ -207,7 +207,7 @@ (when tables (pomo:execute (format nil "create temp table reloids(oid) as values ~{('~a'::regclass)~^,~}" - tables))) + (mapcar #'apply-identifier-case tables)))) (handler-case (let ((sql (format nil "