X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=connect.lisp;h=742d956fefef10ae7e74afec1e96501953d9731f;hb=19cb24908d2ba2faec3afbdd180eed0c7d7d8515;hp=d1b3789c91e609cbbce24d459e461a1e2b079c5d;hpb=84f9a22269a37d2d58bdb0f6211f8757855c18ab;p=hyperobject.git diff --git a/connect.lisp b/connect.lisp index d1b3789..742d956 100644 --- a/connect.lisp +++ b/connect.lisp @@ -7,15 +7,12 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Apr 2000 ;;;; -;;;; $Id: connect.lisp,v 1.2 2002/12/02 15:57:17 kevin Exp $ +;;;; $Id: connect.lisp,v 1.4 2003/06/06 21:59:29 kevin Exp $ ;;;; -;;;; This file, part of Hyperobject-SQL, is -;;;; Copyright (c) 2000-2002 by Kevin M. Rosenberg, M.D. +;;;; This file is Copyright (c) 2000-2003 by Kevin M. Rosenberg ;;;; ************************************************************************* -(in-package :hyperobject) -(eval-when (:compile-toplevel :execute) - (declaim (optimize (speed 2) (safety 2) (compilation-speed 0) (debug 2)))) +(in-package #:hyperobject) (defvar *ho-sql-db* "ho") (defun ho-sql-db ()