r2060: *** empty log message ***
authorKevin M. Rosenberg <kevin@rosenberg.net>
Sun, 19 May 2002 16:26:06 +0000 (16:26 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Sun, 19 May 2002 16:26:06 +0000 (16:26 +0000)
sql/usql.cl

index 1a870984ff49907f5b681549ef91c4edf9a356ed..432a80347ba1eddc4493c067297f424f836752bf 100644 (file)
@@ -8,7 +8,7 @@
 ;;;; Programmers:   Kevin M. Rosenberg and onShore Development Inc
 ;;;; Date Started:  Mar 2002
 ;;;;
-;;;; $Id: usql.cl,v 1.7 2002/05/19 16:05:23 kevin Exp $
+;;;; $Id: usql.cl,v 1.8 2002/05/19 16:26:06 kevin Exp $
 ;;;;
 ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg
 ;;;; and onShore Development Inc
@@ -109,6 +109,10 @@ specifies the database to operation on, defaulting to
   (declare (ignore database))
   (write-string +null-string+ *sql-stream*))
 
+(defmethod sql-output ((expr t))
+  (declare (ignore expr))  
+  "")
+
 (defmethod print-object ((self %sql-expression) stream)
   (print-unreadable-object
    (self stream :type t)