From 2350d647c25af8abb97774af9a99956352773fd4 Mon Sep 17 00:00:00 2001 From: Stephen Compall Date: Sat, 27 Dec 2008 04:11:53 -0600 Subject: [PATCH] Remove `database-destory' [sic] and all doc references to it --- doc/ref-clsql.xml | 2 +- doc/ref-connect.xml | 2 +- sql/db-interface.lisp | 5 ----- 3 files changed, 2 insertions(+), 7 deletions(-) diff --git a/doc/ref-clsql.xml b/doc/ref-clsql.xml index d483332..b44ac4d 100644 --- a/doc/ref-clsql.xml +++ b/doc/ref-clsql.xml @@ -1510,7 +1510,7 @@ error: 'Access denied for user: 'root@localhost' (Using password: YES)' => Error: While trying to access database localhost/test2/root using database-type POSTGRESQL: - Error database-destory failed: dropdb: database removal failed: ERROR: database "test2" does not exist + Error database-destroy failed: dropdb: database removal failed: ERROR: database "test2" does not exist has occurred. [condition type: CLSQL-ACCESS-ERROR] diff --git a/doc/ref-connect.xml b/doc/ref-connect.xml index 56dd15a..d9c992e 100644 --- a/doc/ref-connect.xml +++ b/doc/ref-connect.xml @@ -1825,7 +1825,7 @@ error: 'Access denied for user: 'root@localhost' (Using password: YES)' => Error: While trying to access database localhost/test2/root using database-type POSTGRESQL: - Error database-destory failed: dropdb: database removal failed: ERROR: database "test2" does not exist + Error database-destroy failed: dropdb: database removal failed: ERROR: database "test2" does not exist has occurred. [condition type: CLSQL-ACCESS-ERROR] diff --git a/sql/db-interface.lisp b/sql/db-interface.lisp index ada842d..ccd7cc4 100644 --- a/sql/db-interface.lisp +++ b/sql/db-interface.lisp @@ -149,11 +149,6 @@ if not found. May signal an error if unable to communicate with database server. (signal-no-database-error database)) (:documentation "Remove all data from database.")) -(defgeneric database-destory (connection-spec type) - (:documentation - "Destroys a database, returns T if successfull or signals an error -if unable to destory.")) - (defgeneric database-create-sequence (name database) (:documentation "Create a sequence in DATABASE.")) -- 2.11.4.GIT