Return-Path: Delivered-To: apmail-db-ddlutils-dev-archive@www.apache.org Received: (qmail 69213 invoked from network); 25 Jul 2008 12:15:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 25 Jul 2008 12:15:52 -0000 Received: (qmail 25698 invoked by uid 500); 25 Jul 2008 12:15:52 -0000 Delivered-To: apmail-db-ddlutils-dev-archive@db.apache.org Received: (qmail 25683 invoked by uid 500); 25 Jul 2008 12:15:52 -0000 Mailing-List: contact ddlutils-dev-help@db.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: ddlutils-dev@db.apache.org Delivered-To: mailing list ddlutils-dev@db.apache.org Received: (qmail 25671 invoked by uid 99); 25 Jul 2008 12:15:52 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 25 Jul 2008 05:15:52 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 25 Jul 2008 12:15:06 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id C9D8C234C186 for ; Fri, 25 Jul 2008 05:15:31 -0700 (PDT) Message-ID: <16027658.1216988131825.JavaMail.jira@brutus> Date: Fri, 25 Jul 2008 05:15:31 -0700 (PDT) From: "Rick Riemer (JIRA)" To: ddlutils-dev@db.apache.org Subject: [jira] Updated: (DDLUTILS-218) Introduce table, column, foreign key and index rename changes In-Reply-To: <287263855.1216987891852.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/DDLUTILS-218?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rick Riemer updated DDLUTILS-218: --------------------------------- Attachment: ddlutils-pre1.1-r669848-rename-changes-for-mssql-and-postgresql.patch This patch adds implementations for the rename functionality for PostgreSQL and Microsoft SQL Server. > Introduce table, column, foreign key and index rename changes > ------------------------------------------------------------- > > Key: DDLUTILS-218 > URL: https://issues.apache.org/jira/browse/DDLUTILS-218 > Project: DdlUtils > Issue Type: New Feature > Components: Core (No specific database), Core - HSQLDB, Core - PostgreSql, Core - SqlServer > Affects Versions: 1.0 > Reporter: Rick Riemer > Assignee: Thomas Dudziak > Fix For: 1.1 > > Attachments: ddlutils-pre1.1-r669848-add-rename-changes.patch, ddlutils-pre1.1-r669848-rename-changes-for-mssql-and-postgresql.patch > > > Once DDLUTILS-215 is applied, the possibility is opened to run custom upgrade scripts. A common upgrade task is to rename objects in the schema. The attached patches introduce ModelChanges for renaming a table, column, foreign key and index. Implementations are provided for HSQLDB, PostgreSQL and Microsoft SQL Server. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.