X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=base%2Frecording.lisp;h=85620f785ad24895f379be21a217f2fd4bb93e5f;hp=b7565f97f3b263c04ebf22734335ead2410151fb;hb=09f07ac9d914a83f9426609f3264f4e66b5a6d97;hpb=ce0e343835a040406678dff74a62d1b0cb56f317 diff --git a/base/recording.lisp b/base/recording.lisp index b7565f9..85620f7 100644 --- a/base/recording.lisp +++ b/base/recording.lisp @@ -1,16 +1,19 @@ ;;;; -*- Mode: LISP; Syntax: ANSI-Common-Lisp; Base: 10 -*- -;;;; ====================================================================== -;;;; $Id: $ +;;;; ************************************************************************* ;;;; -;;;; Description ========================================================== -;;;; ====================================================================== +;;;; $Id$ ;;;; -;;;; CLSQL-USQL broadcast streams which can be used to monitor the +;;;; CLSQL broadcast streams which can be used to monitor the ;;;; flow of commands to, and results from, a database. ;;;; -;;;; ====================================================================== +;;;; 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-base-sys) +(in-package #:clsql-base) (defun start-sql-recording (&key (type :commands) (database *default-database*)) "Begin recording SQL command or result traffic. By default the