From: Kevin M. Rosenberg Date: Tue, 25 May 2004 04:26:44 +0000 (+0000) Subject: r9467: add properties X-Git-Tag: v3.8.6~381 X-Git-Url: http://git.kpe.io/?p=clsql.git;a=commitdiff_plain;h=225c02af1ae1c9c6f0b6c29eaf8319d48caae89f r9467: add properties --- diff --git a/sql/expressions.lisp b/sql/expressions.lisp index a64f9bf..80d735c 100644 --- a/sql/expressions.lisp +++ b/sql/expressions.lisp @@ -1,7 +1,7 @@ ;;;; -*- Mode: LISP; Syntax: ANSI-Common-Lisp; Base: 10 -*- ;;;; ************************************************************************* ;;;; -;;;; $Id: $ +;;;; $Id$ ;;;; ;;;; Classes defining SQL expressions and methods for formatting the ;;;; appropriate SQL commands. diff --git a/sql/fddl.lisp b/sql/fddl.lisp index 8f6c178..bc68a81 100644 --- a/sql/fddl.lisp +++ b/sql/fddl.lisp @@ -1,7 +1,7 @@ ;;;; -*- Mode: LISP; Syntax: ANSI-Common-Lisp; Base: 10 -*- ;;;; ************************************************************************* ;;;; -;;;; $Id: $ +;;;; $Id$ ;;;; ;;;; The CLSQL Functional Data Definition Language (FDDL) ;;;; including functions for schema manipulation. Currently supported diff --git a/sql/fdml.lisp b/sql/fdml.lisp index 3f3061c..283f2dd 100644 --- a/sql/fdml.lisp +++ b/sql/fdml.lisp @@ -1,7 +1,7 @@ ;;;; -*- Mode: LISP; Syntax: ANSI-Common-Lisp; Base: 10 -*- ;;;; ************************************************************************* ;;;; -;;;; $Id: $ +;;;; $Id$ ;;;; ;;;; The CLSQL Functional Data Manipulation Language (FDML). ;;;; diff --git a/sql/ooddl.lisp b/sql/ooddl.lisp index 0bfcd4a..d2158cc 100644 --- a/sql/ooddl.lisp +++ b/sql/ooddl.lisp @@ -1,7 +1,7 @@ ;;;; -*- Mode: LISP; Syntax: ANSI-Common-Lisp; Base: 10 -*- ;;;; ************************************************************************* ;;;; -;;;; $Id: $ +;;;; $Id$ ;;;; ;;;; The CLSQL Object Oriented Data Definitional Language (OODDL) ;;;;