X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=sql%2Fusql.cl;h=432a80347ba1eddc4493c067297f424f836752bf;hb=549597d34c262fb744e50f5437f1e2da6f5b9739;hp=1a870984ff49907f5b681549ef91c4edf9a356ed;hpb=72f0ea8c6db74bd59809a9cd427969e85bfa0a78;p=clsql.git 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)