You are viewing a plain text version of this content. The canonical link for it is here.
Posted to graffito-commits@incubator.apache.org by cl...@apache.org on 2006/02/06 20:47:24 UTC

svn commit: r375365 - in /incubator/graffito/trunk/components/src/sql/GraffitoServer: hsql/ hypersonic/ hypersonic/drop-db.sql hypersonic/drop-ojb.sql hypersonic/drop-security.sql

Author: clombart
Date: Mon Feb  6 12:47:22 2006
New Revision: 375365

URL: http://svn.apache.org/viewcvs?rev=375365&view=rev
Log:
The new Torque plugin (3.2) uses the key word hypersonic instead of hsql for HSQLDB. 

Added:
    incubator/graffito/trunk/components/src/sql/GraffitoServer/hypersonic/
    incubator/graffito/trunk/components/src/sql/GraffitoServer/hypersonic/drop-db.sql
    incubator/graffito/trunk/components/src/sql/GraffitoServer/hypersonic/drop-ojb.sql
    incubator/graffito/trunk/components/src/sql/GraffitoServer/hypersonic/drop-security.sql
Removed:
    incubator/graffito/trunk/components/src/sql/GraffitoServer/hsql/

Added: incubator/graffito/trunk/components/src/sql/GraffitoServer/hypersonic/drop-db.sql
URL: http://svn.apache.org/viewcvs/incubator/graffito/trunk/components/src/sql/GraffitoServer/hypersonic/drop-db.sql?rev=375365&view=auto
==============================================================================
--- incubator/graffito/trunk/components/src/sql/GraffitoServer/hypersonic/drop-db.sql (added)
+++ incubator/graffito/trunk/components/src/sql/GraffitoServer/hypersonic/drop-db.sql Mon Feb  6 12:47:22 2006
@@ -0,0 +1,25 @@
+-----------------------------------------------------------------------------
+-- Copyright 2004 The Apache Software Foundation
+-- 
+-- Licensed under the Apache License, Version 2.0 (the "License");
+-- you may not use this file except in compliance with the License.
+-- You may obtain a copy of the License at
+-- 
+-- http://www.apache.org/licenses/LICENSE-2.0
+-- 
+-- Unless required by applicable law or agreed to in writing, software
+-- distributed under the License is distributed on an "AS IS" BASIS,
+-- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+-- See the License for the specific language governing permissions and
+-- limitations under the License.
+-----------------------------------------------------------------------------
+drop table VERSION_HISTORY IF EXISTS;
+drop table PROPERTY IF EXISTS;
+drop table CMS_OBJECT IF EXISTS;
+drop table DOCUMENT_STREAM IF EXISTS;
+drop table SYS_CMS_CLASSES IF EXISTS;
+drop table WEBDAV_SERVER IF EXISTS;
+drop table GRAFFITO_DB_SERVER IF EXISTS; 
+drop table GRAFFITO_FS_SERVER IF EXISTS; 
+drop table SERVER IF EXISTS;
+

Added: incubator/graffito/trunk/components/src/sql/GraffitoServer/hypersonic/drop-ojb.sql
URL: http://svn.apache.org/viewcvs/incubator/graffito/trunk/components/src/sql/GraffitoServer/hypersonic/drop-ojb.sql?rev=375365&view=auto
==============================================================================
--- incubator/graffito/trunk/components/src/sql/GraffitoServer/hypersonic/drop-ojb.sql (added)
+++ incubator/graffito/trunk/components/src/sql/GraffitoServer/hypersonic/drop-ojb.sql Mon Feb  6 12:47:22 2006
@@ -0,0 +1,23 @@
+-----------------------------------------------------------------------------
+-- Copyright 2004 The Apache Software Foundation
+-- 
+-- Licensed under the Apache License, Version 2.0 (the "License");
+-- you may not use this file except in compliance with the License.
+-- You may obtain a copy of the License at
+-- 
+-- http://www.apache.org/licenses/LICENSE-2.0
+-- 
+-- Unless required by applicable law or agreed to in writing, software
+-- distributed under the License is distributed on an "AS IS" BASIS,
+-- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+-- See the License for the specific language governing permissions and
+-- limitations under the License.
+-----------------------------------------------------------------------------
+drop table OJB_HL_SEQ IF EXISTS;
+drop table OJB_LOCKENTRY IF EXISTS;
+drop table OJB_NRM IF EXISTS;
+drop table OJB_DLIST IF EXISTS;
+drop table OJB_DLIST_ENTRIES IF EXISTS;
+drop table OJB_DSET IF EXISTS;
+drop table OJB_DSET_ENTRIES IF EXISTS;
+drop table OJB_DMAP IF EXISTS;
\ No newline at end of file

Added: incubator/graffito/trunk/components/src/sql/GraffitoServer/hypersonic/drop-security.sql
URL: http://svn.apache.org/viewcvs/incubator/graffito/trunk/components/src/sql/GraffitoServer/hypersonic/drop-security.sql?rev=375365&view=auto
==============================================================================
--- incubator/graffito/trunk/components/src/sql/GraffitoServer/hypersonic/drop-security.sql (added)
+++ incubator/graffito/trunk/components/src/sql/GraffitoServer/hypersonic/drop-security.sql Mon Feb  6 12:47:22 2006
@@ -0,0 +1,29 @@
+-----------------------------------------------------------------------------
+-- Copyright 2004 The Apache Software Foundation
+-- 
+-- Licensed under the Apache License, Version 2.0 (the "License");
+-- you may not use this file except in compliance with the License.
+-- You may obtain a copy of the License at
+-- 
+-- http://www.apache.org/licenses/LICENSE-2.0
+-- 
+-- Unless required by applicable law or agreed to in writing, software
+-- distributed under the License is distributed on an "AS IS" BASIS,
+-- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+-- See the License for the specific language governing permissions and
+-- limitations under the License.
+-----------------------------------------------------------------------------
+
+drop table PRINCIPAL_PERMISSION IF EXISTS;
+drop table SECURITY_CREDENTIAL IF EXISTS;
+drop table SSO_SITE_TO_PRINCIPALS IF EXISTS;
+drop table SSO_SITE_TO_REMOTE IF EXISTS;
+drop table SSO_PRINCIPAL_TO_REMOTE IF EXISTS;
+drop table SECURITY_USER_ROLE IF EXISTS;
+drop table SECURITY_USER_GROUP IF EXISTS;
+drop table SECURITY_GROUP_ROLE IF EXISTS;
+  
+drop table SECURITY_PERMISSION IF EXISTS; 
+drop table SSO_PRINCIPAL_TO_REMOTE_PRINCIPAL IF EXISTS;
+drop table SECURITY_PRINCIPAL IF EXISTS;
+drop table SSO_SITE IF EXISTS;