add %get-int to handle type-coersion to int and use it in generic-postgres
[clsql.git] / sql / utils.lisp
index b43e3180e64f6f8d392446229660c6eed1caaab1..34cd5dc8c4d5ae9a1daa8b533d9cf22dba3f091d 100644 (file)
@@ -390,5 +390,4 @@ is replaced with replacement. [FROM http://cl-cookbook.sourceforge.net/strings.h
          when pos do (write-string replacement out)
            while pos)
     (unless stream
-      (get-output-stream-string out))))
-
+      (get-output-stream-string out))))
\ No newline at end of file