X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=sqlgen.lisp;h=e071c689c6d5cfbd29bab9dd0c216740ba7f38f2;hb=b17d32528de6c74cd273ce32c69f3726c8110119;hp=4b37fb902ccacb2f8bd25e697d18e078b863d65d;hpb=84f9a22269a37d2d58bdb0f6211f8757855c18ab;p=hyperobject.git diff --git a/sqlgen.lisp b/sqlgen.lisp index 4b37fb9..e071c68 100644 --- a/sqlgen.lisp +++ b/sqlgen.lisp @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Apr 2000 ;;;; -;;;; $Id: sqlgen.lisp,v 1.2 2002/12/02 15:57:17 kevin Exp $ +;;;; $Id: sqlgen.lisp,v 1.3 2002/12/05 18:15:23 kevin Exp $ ;;;; ;;;; This file, part of Hyperobject-SQL, is ;;;; Copyright (c) 2000-2002 by Kevin M. Rosenberg, M.D. @@ -25,7 +25,8 @@ nil ) -#+ignore +#|| + (defun finalize-sql (cl) (let ((esds (class-slots cl))) (let* ((table-name-slot (slot-value cl 'sql-name)) @@ -282,3 +283,4 @@ initargs)) +||#