X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=sql.lisp;h=3847d02492692f4d5da0c2ee85f87b0be93a937e;hb=e9815df2b42c20fbaf7529541147522a7c7cf238;hp=e1414d9d0840015702adcb18e5d22a112c1a92e6;hpb=6c10979737dc10b0c510b1edfe070346bcac3ff5;p=umlisp.git diff --git a/sql.lisp b/sql.lisp index e1414d9..3847d02 100644 --- a/sql.lisp +++ b/sql.lisp @@ -8,7 +8,7 @@ ;;;; Created: Apr 2000 ;;;; ;;;; This file, part of UMLisp, is -;;;; Copyright (c) 2000-2010 by Kevin M. Rosenberg, M.D. +;;;; Copyright (c) 2000-2012 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. @@ -16,13 +16,14 @@ (in-package #:umlisp) -(defvar +umls-sql-map+ +(defparameter +umls-sql-map+ '((:2004aa . "KUMLS2004AA") (:2006ac . "KUMLS2006AC") (:2006ad . "MTS2006AD") (:2009ab . "MTS2009AB") - (:2010aa . "MTS2010AA"))) -(defvar +default-umls-db+ "MTS2010AA") + (:2010aa . "MTS2010AA") + (:2012ab . "MTS2012AB"))) +(defvar +default-umls-db+ "MTS2012AA_ALL") (defun lookup-db-name (db) (cdr (assoc (ensure-keyword db) +umls-sql-map+)))