Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 37508 invoked from network); 11 Aug 2009 04:50:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 11 Aug 2009 04:50:30 -0000 Received: (qmail 55020 invoked by uid 500); 11 Aug 2009 04:50:37 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 54957 invoked by uid 500); 11 Aug 2009 04:50:36 -0000 Mailing-List: contact derby-dev-help@db.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: Delivered-To: mailing list derby-dev@db.apache.org Received: (qmail 54949 invoked by uid 99); 11 Aug 2009 04:50:36 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Aug 2009 04:50:36 +0000 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; Tue, 11 Aug 2009 04:50:35 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id CF232234C044 for ; Mon, 10 Aug 2009 21:50:14 -0700 (PDT) Message-ID: <204248456.1249966214847.JavaMail.jira@brutus> Date: Mon, 10 Aug 2009 21:50:14 -0700 (PDT) From: "Eranda Sooriyabandara (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Closed: (DERBY-4256) allow alter table to increase the maximum size of a blob and a clob. In-Reply-To: <522629521.1244048647465.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/DERBY-4256?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eranda Sooriyabandara closed DERBY-4256. ---------------------------------------- > allow alter table to increase the maximum size of a blob and a clob. > -------------------------------------------------------------------- > > Key: DERBY-4256 > URL: https://issues.apache.org/jira/browse/DERBY-4256 > Project: Derby > Issue Type: Improvement > Components: SQL > Affects Versions: 10.5.1.1 > Reporter: Mike Matrigali > Assignee: Eranda Sooriyabandara > Priority: Minor > Fix For: 10.6.0.0 > > Attachments: A.txt, Clob.java, derby4256.diff, derby4256.diff, derby4256.diff, derby4256.diff > > > Allow new syntax that allows user to alter the maximum length of a blob and/or clob column: > ALTER TABLE binarydata ALTER COLUMN data SET DATA TYPE blob(128M) > The syntax should match up with the existing functionality to increase the size of varchar fields. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.