You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-dev@db.apache.org by "Kathey Marsden (JIRA)" <ji...@apache.org> on 2008/12/08 17:44:46 UTC

[jira] Assigned: (DERBY-3008) The forCreateTable state of a CreateConstantAction or CreateIndexConstantAction should be a state of the actions, not of the activation.

     [ https://issues.apache.org/jira/browse/DERBY-3008?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kathey Marsden reassigned DERBY-3008:
-------------------------------------

    Assignee:     (was: Daniel John Debrunner)

> The forCreateTable state of a CreateConstantAction or CreateIndexConstantAction should be a state of the actions, not of the activation.
> ----------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: DERBY-3008
>                 URL: https://issues.apache.org/jira/browse/DERBY-3008
>             Project: Derby
>          Issue Type: Improvement
>          Components: SQL
>            Reporter: Daniel John Debrunner
>            Priority: Minor
>
> Currently a CreateTableConstantAction sets a state in the activation indicating the activation is being used for a create table. This state is then subsequently used by CreateConstraintConstantaction and CreateIndexConstantAction. This state can be known at compile time and is much cleaner  (self-contained) if it is kept as an attribute of the constant action nodes, rather than forcing every Activation to have such a field.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.