You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/11/30 12:38:59 UTC

[jira] [Commented] (IGNITE-3964) SQL: implement support for table alias

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

ASF GitHub Bot commented on IGNITE-3964:
----------------------------------------

GitHub user AMashenkov opened a pull request:

    https://github.com/apache/ignite/pull/1301

    IGNITE-3964: SQL: implement support for table alias

    Custom table name can be set for QueryEntity.

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

    $ git pull https://github.com/gridgain/apache-ignite ignite-3964

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

    https://github.com/apache/ignite/pull/1301.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 #1301
    
----
commit 1d03c30f6254076a6fafb280678119cdd3940ced
Author: Andrey V. Mashenkov <an...@gmail.com>
Date:   2016-11-29T16:44:26Z

    Added table alias

----


> SQL: implement support for table alias
> --------------------------------------
>
>                 Key: IGNITE-3964
>                 URL: https://issues.apache.org/jira/browse/IGNITE-3964
>             Project: Ignite
>          Issue Type: Task
>          Components: SQL
>    Affects Versions: 1.6
>            Reporter: Alexey Kuznetsov
>            Assignee: Andrew Mashenkov
>             Fix For: 2.0
>
>
> We have ability to specify aliases for columns via org.apache.ignite.cache.QueryEntity#getAliases.
> But how about alias for table name? This could be useful in case of moving legacy application to Ignite with a lot of SQL statements.



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