From 549597d34c262fb744e50f5437f1e2da6f5b9739 Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Sun, 19 May 2002 16:26:06 +0000 Subject: [PATCH 1/1] r2060: *** empty log message *** --- sql/usql.cl | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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) -- 2.34.1