X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=sql%2Foperations.lisp;h=b552e9855721aa3de37b63d9e6c86f3a4e1b7a4e;hb=a4449b6f1b9fb2471da255fc506bcad6f8feb220;hp=b07c068bb34fad96d4bb7495fb9cbb9c36459569;hpb=7f0e4a65d1b425f2fa58fc7cce8296c1a6c52c2f;p=clsql.git diff --git a/sql/operations.lisp b/sql/operations.lisp index b07c068..b552e98 100644 --- a/sql/operations.lisp +++ b/sql/operations.lisp @@ -1,7 +1,6 @@ ;;;; -*- Mode: LISP; Syntax: ANSI-Common-Lisp; Base: 10 -*- ;;;; ====================================================================== -;;;; File: operations.lisp -;;;; Updated: <04/04/2004 12:07:26 marcusp> +;;;; $Id: $ ;;;; ====================================================================== ;;;; ;;;; Description ========================================================== @@ -11,7 +10,7 @@ ;;;; ;;;; ====================================================================== -(in-package :clsql-usql-sys) +(in-package #:clsql-sys) ;; Keep a hashtable for mapping symbols to sql generator functions,