[
https://issues.apache.org/jira/browse/DERBY-4256?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12786032#action_12786032
]
Evan Leonard commented on DERBY-4256:
-------------------------------------
Thank you Bryan for taking the time to create the 10.5 patch. However I'm not
sure this will suit my environment. We ship a product with many dependencies,
derby being one of them, and its not advisable to start up custom branches of
dependencies since we then have to track the changes in every subsequent
release.
Any chance this patch could be included in 10.5.3.1 or 10.5.4? What is the
proper channel to request this?
Thanks again!
> 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, ten_5_codeOnly.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.