X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=sql%2Fsql.cl;fp=sql%2Fsql.cl;h=a0fc83315979adc7bc549abdc7b02ae4f33866ba;hb=210a13e0da4ddd46ef23d9bca1bb77da98fa4487;hp=ea1d73217b2482824b3a07a1f008a86eca9d6115;hpb=21a11d58a1d421db0c53a063178dd2bc02663a15;p=clsql.git diff --git a/sql/sql.cl b/sql/sql.cl index ea1d732..a0fc833 100644 --- a/sql/sql.cl +++ b/sql/sql.cl @@ -8,7 +8,7 @@ ;;;; Original code by Pierre R. Mai ;;;; Date Started: Feb 2002 ;;;; -;;;; $Id: sql.cl,v 1.6 2002/03/25 23:48:46 kevin Exp $ +;;;; $Id: sql.cl,v 1.7 2002/03/26 14:11:59 kevin Exp $ ;;;; ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; and Copyright (c) 1999-2001 by Pierre R. Mai @@ -21,10 +21,13 @@ (declaim (optimize (debug 3) (speed 3) (safety 1) (compilation-speed 0))) (in-package :clsql-sys) -;;;; Modified to use CMUCL-COMPAT library and to fix format strings in -;;;; error messages +;;; Modified by KMR +;;; - to use CMUCL-COMPAT library +;;; - fix format strings in error messages +;;; - use field types -;;;; Simple implementation of SQL along the lines of Harlequin's Common SQL + +;;; Simple implementation of SQL along the lines of Harlequin's Common SQL ;;; Conditions (define-condition clsql-condition ()