Using the new clsql-sys::+whitespace-chars+ param.
[clsql.git] / sql / expressions.lisp
index 770bf379a69c1e74ecd9a51e0204d81107e2e6db..b54029e4b727121c4d299ab888f00cd4f5950eb6 100644 (file)
      ;; the next loop simply emits each sub-expression with the appropriate number of
      ;; parens and operators
      (flet ((trim (sub)
-             (string-trim '(#\space #\newline #\return #\tab
-                             ;; sbcl, allegrocl, and clisp use #\no-break_space
-                             ;; lispworks uses #\no-break-space
-                             #-lispworks #\no-break_space
-                             #+lispworks #\no-break-space
-                             )
+             (string-trim +whitespace-chars+
                           (with-output-to-string (*sql-stream*)
                             (output-sql sub database)))))
        (let ((str-subs (loop for sub in sub-expressions