X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=sql%2Foperations.lisp;fp=sql%2Foperations.lisp;h=5c0438473cbde8db77b8636556ae8a7b2caed25b;hp=b552e9855721aa3de37b63d9e6c86f3a4e1b7a4e;hb=73cf858d596ad1d51c745b478292433617cf9d72;hpb=d68d59f99911564ac2af867561fefef107cb14e8 diff --git a/sql/operations.lisp b/sql/operations.lisp index b552e98..5c04384 100644 --- a/sql/operations.lisp +++ b/sql/operations.lisp @@ -1,18 +1,19 @@ ;;;; -*- Mode: LISP; Syntax: ANSI-Common-Lisp; Base: 10 -*- -;;;; ====================================================================== -;;;; $Id: $ -;;;; ====================================================================== +;;;; ************************************************************************* ;;;; -;;;; Description ========================================================== -;;;; ====================================================================== +;;;; $Id$ ;;;; ;;;; Definition of SQL operations used with the symbolic SQL syntax. ;;;; -;;;; ====================================================================== +;;;; This file is part of CLSQL. +;;;; +;;;; CLSQL users are granted the rights to distribute and use this software +;;;; as governed by the terms of the Lisp Lesser GNU Public License +;;;; (http://opensource.franz.com/preamble.html), also known as the LLGPL. +;;;; ************************************************************************* (in-package #:clsql-sys) - ;; Keep a hashtable for mapping symbols to sql generator functions, ;; for use by the bracketed reader syntax.