X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=sql%2Ftable.lisp;h=d7e0d5bde5267108184075d1aa0ce1af245c62fb;hb=5a6f424f3c8920f8f11bbf1e3aed6b4c2c7e6af8;hp=715cef0199c619a84da3b566fb4e4efd5fbea4fc;hpb=7f0e4a65d1b425f2fa58fc7cce8296c1a6c52c2f;p=clsql.git diff --git a/sql/table.lisp b/sql/table.lisp index 715cef0..d7e0d5b 100644 --- a/sql/table.lisp +++ b/sql/table.lisp @@ -7,14 +7,14 @@ ;;;; Description ========================================================== ;;;; ====================================================================== ;;;; -;;;; The CLSQL-USQL Functional Data Definition Language (FDDL) +;;;; The CLSQL Functional Data Definition Language (FDDL) ;;;; including functions for schema manipulation. Currently supported ;;;; SQL objects include tables, views, indexes, attributes and ;;;; sequences. ;;;; ;;;; ====================================================================== -(in-package :clsql-usql-sys) +(in-package #:clsql-sys) ;; Utilities @@ -317,4 +317,4 @@ POSITION." (defun sequence-last (name &key (database *default-database*)) "Return the last value of the sequence NAME in DATABASE." - (database-sequence-last (database-identifier name) database)) \ No newline at end of file + (database-sequence-last (database-identifier name) database))