From: Kevin M. Rosenberg Date: Sun, 19 May 2002 16:26:06 +0000 (+0000) Subject: r2060: *** empty log message *** X-Git-Tag: v3.8.6~1052 X-Git-Url: http://git.kpe.io/?p=clsql.git;a=commitdiff_plain;h=549597d34c262fb744e50f5437f1e2da6f5b9739 r2060: *** empty log message *** --- diff --git a/sql/usql.cl b/sql/usql.cl index 1a87098..432a803 100644 --- a/sql/usql.cl +++ b/sql/usql.cl @@ -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)