r11098: 2006 updates
[umlisp.git] / sql.lisp
index 7d2b0c6d652171eb9c6e1146986e6ff4776a3960..1c4b0579a413fc1d9ee6277fbc7c7546558389af 100644 (file)
--- a/sql.lisp
+++ b/sql.lisp
@@ -10,7 +10,7 @@
 ;;;; $Id$
 ;;;;
 ;;;; This file, part of UMLisp, is
-;;;;    Copyright (c) 2000-2004 by Kevin M. Rosenberg, M.D.
+;;;;    Copyright (c) 2000-2006 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.
@@ -19,8 +19,9 @@
 (in-package #:umlisp)
 
 (defvar +umls-sql-map+
-    '((:2004aa . "KUMLS2004AA")))
-(defvar +default-umls-db+ :2004aa)
+    '((:2004aa . "KUMLS2004AA")
+      (:2006ac . "KUMLS2006AC")))
+(defvar +default-umls-db+ :2006ac)
 
 
 (defun lookup-db-name (db)