You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafodion.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/06/08 16:00:23 UTC

[jira] [Commented] (TRAFODION-2039) Add support for ALTER LIBRARY FILE ''

    [ https://issues.apache.org/jira/browse/TRAFODION-2039?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15320817#comment-15320817 ] 

ASF GitHub Bot commented on TRAFODION-2039:
-------------------------------------------

GitHub user sureshsubbiah opened a pull request:

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

    [TRAFODION-2039] Add support for ALTER LIBRARY FILE '<file-name>'

    Library file (.jar, .dll or .so) can now be altered for an existing library 
    object. ALTER command will check for existence of new file. Old library
    definition will be removed from compiler caches

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

    $ git pull https://github.com/sureshsubbiah/incubator-trafodion alterlib

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

    https://github.com/apache/incubator-trafodion/pull/530.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 #530
    
----
commit 35d28d6f6ad7eecb8c04d2bb4e9ebc1931c3c063
Author: Suresh Subbiah <su...@apache.org>
Date:   2016-06-08T15:50:13Z

    [TRAFODION-2039] Add support for ALTER LIBRARY FILE '<file-name>'
    
    Location of library file can now be altered. Alter command will check for
    existence of new file. Old library definition will be removed from compiler
    caches.

----


> Add support for ALTER LIBRARY FILE '<file-name>'
> ------------------------------------------------
>
>                 Key: TRAFODION-2039
>                 URL: https://issues.apache.org/jira/browse/TRAFODION-2039
>             Project: Apache Trafodion
>          Issue Type: Improvement
>          Components: sql-general
>    Affects Versions: 2.0-incubating
>            Reporter: Suresh Subbiah
>            Assignee: Suresh Subbiah
>
> Add suppport for an ALTER statement that will allow the file associated with a library object to be changed.
> ALTER LIBRARY FILE '<new-file-name> ;'



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)