[
https://issues.apache.org/jira/browse/IGNITE-3391?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15354675#comment-15354675
]
ASF GitHub Bot commented on IGNITE-3391:
----------------------------------------
GitHub user f7753 opened a pull request:
https://github.com/apache/ignite/pull/839
IGNITE-3391 add param tableName for queryEntity
Currently the SQL table name is always the same as class name. In some
cases user may want to override this and use different name in queries.
`tableName ` property is added to `QueryEntity`.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/f7753/ignite tableName
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/ignite/pull/839.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 #839
----
commit b585a6a40063b5f07e5566f08b76438e7bc6dd96
Author: f7753 <[email protected]>
Date: 2016-06-29T06:39:02Z
IGNITE-3391 add tableName for QueryEntity
commit ae90c494610b86ed4d5dc055c449da72fb130d4a
Author: f7753 <[email protected]>
Date: 2016-06-29T06:46:23Z
IGNITE-3391 modified the L207
----
> Need to be able to customize SQL table name
> -------------------------------------------
>
> Key: IGNITE-3391
> URL: https://issues.apache.org/jira/browse/IGNITE-3391
> Project: Ignite
> Issue Type: Improvement
> Components: SQL
> Affects Versions: 1.6
> Reporter: Valentin Kulichenko
> Fix For: 1.7
>
>
> Currently the SQL table name is always the same as class name. In some cases
> user may want to override this and use different name in queries.
> {{tableName}} property should be added to {{QueryEntity}}.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)