GitHub user DaveBirdsall opened a pull request:

    https://github.com/apache/incubator-trafodion/pull/856

    [TRAFODION-2371] Fix ALTER TALBE RENAME for IDENTITY columns

    When ALTER TABLE RENAME is done on a table having an IDENTITY column, the 
sequence name of the IDENTITY column was not updated. That caused DML which 
requires sequence values (e.g., INSERT) to fail. This code change adds logic to 
take care of renaming the sequence name for IDENTITY columns.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/DaveBirdsall/incubator-trafodion Trafodion2371

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-trafodion/pull/856.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #856
    
----
commit 8c71ef682dc422eae7312f003852b0b5ce31fcc9
Author: Dave Birdsall <dbirds...@apache.org>
Date:   2016-11-28T22:58:32Z

    [TRAFODION-2371] Fix ALTER TALBE RENAME for IDENTITY columns

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to