From a0bc513f9301232dab1b9d8a0e1fd0ae627a8b4d Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Wed, 15 May 2002 17:03:43 +0000 Subject: [PATCH] r2048: Debian build --- interfaces/postgresql/postgresql-usql.cl | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/interfaces/postgresql/postgresql-usql.cl b/interfaces/postgresql/postgresql-usql.cl index 692bcde..eeee53b 100644 --- a/interfaces/postgresql/postgresql-usql.cl +++ b/interfaces/postgresql/postgresql-usql.cl @@ -7,7 +7,7 @@ ;;;; Programmers: Kevin M. Rosenberg and onShore Development Inc ;;;; Date Started: Mar 2002 ;;;; -;;;; $Id: postgresql-usql.cl,v 1.2 2002/04/07 15:11:04 kevin Exp $ +;;;; $Id: postgresql-usql.cl,v 1.3 2002/05/15 17:03:43 kevin Exp $ ;;;; ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; and by onShore Development Inc. @@ -84,6 +84,9 @@ (concatenate 'string "SELECT NEXTVAL ('" (sql-escape sequence-name) "')") database nil)))) +;; Functions depending upon high-level USQL classes/functions + +#| (defmethod database-output-sql ((expr clsql-sys::sql-typecast-exp) (database postgresql-database)) (with-slots (clsql-sys::modifier clsql-sys::components) @@ -103,3 +106,4 @@ (make-instance 'clsql-sys::sql-typecast-exp :modifier 'int8 :components val))) +|# -- 2.34.1