You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by Alexey Kuznetsov <ak...@gridgain.com> on 2016/09/25 13:30:17 UTC

Alias for SQL table

Hi, All!

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.

Thoughts?

-- 
Alexey Kuznetsov

Re: Alias for SQL table

Posted by Alexey Kuznetsov <ak...@gridgain.com>.
Created issue:
   SQL: implement support for table alias
   https://issues.apache.org/jira/browse/IGNITE-3964

On Sun, Sep 25, 2016 at 9:39 PM, Sergi Vladykin <se...@gmail.com>
wrote:

> I don't see any problems here. Feel free to create an issue.
>
> Sergi
>
> 2016-09-25 16:30 GMT+03:00 Alexey Kuznetsov <ak...@gridgain.com>:
>
> > Hi, All!
> >
> > 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.
> >
> > Thoughts?
> >
> > --
> > Alexey Kuznetsov
> >
>



-- 
Alexey Kuznetsov

Re: Alias for SQL table

Posted by Sergi Vladykin <se...@gmail.com>.
I don't see any problems here. Feel free to create an issue.

Sergi

2016-09-25 16:30 GMT+03:00 Alexey Kuznetsov <ak...@gridgain.com>:

> Hi, All!
>
> 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.
>
> Thoughts?
>
> --
> Alexey Kuznetsov
>