X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=create-sql.lisp;h=f842eb21af84ca166f342766430180db7e7c01fc;hb=3adbc09e353b3c4dc09c8c9da6cddee8075eaa14;hp=8632daab775a4d089aa0b3e900fcd0737c694310;hpb=9c0bccac3fb46e0cb8ab6d2a63b7fc5a92221002;p=umlisp.git diff --git a/create-sql.lisp b/create-sql.lisp index 8632daa..f842eb2 100644 --- a/create-sql.lisp +++ b/create-sql.lisp @@ -7,10 +7,10 @@ ;;;; Author: Kevin M. Rosenberg ;;;; Date Started: Apr 2000 ;;;; -;;;; $Id: create-sql.lisp,v 1.5 2003/05/09 11:02:44 kevin Exp $ +;;;; $Id$ ;;;; ;;;; This file, part of UMLisp, is -;;;; Copyright (c) 2000-2002 by Kevin M. Rosenberg, M.D. +;;;; Copyright (c) 2000-2003 by Kevin M. Rosenberg, M.D. ;;;; ;;;; UMLisp users are granted the rights to distribute and use this software ;;;; as governed by the terms of the GNU General Public License. @@ -18,9 +18,6 @@ (in-package #:umlisp) -(eval-when (:compile-toplevel) - (declaim (optimize (speed 3) (safety 1) (compilation-speed 0) (debug 3)))) - (defun create-table-cmd (file) "Return sql command to create a table" (let ((col-func @@ -157,7 +154,8 @@ conn))) (defun sql-create-special-tables (conn) - (make-usrl conn)) + (make-usrl conn) + (make-ustats)) (defun create-umls-db-by-insert () "SQL Databases: initializes entire database via SQL insert commands"