X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=sql%2Foperations.lisp;fp=sql%2Foperations.lisp;h=b552e9855721aa3de37b63d9e6c86f3a4e1b7a4e;hp=b07c068bb34fad96d4bb7495fb9cbb9c36459569;hb=a4449b6f1b9fb2471da255fc506bcad6f8feb220;hpb=595658021ebaf450894bb143a346e409b55e02af 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,