[
https://issues.apache.org/jira/browse/OFBIZ-11573?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17094163#comment-17094163 ]
ASF subversion and git services commented on OFBIZ-11573:
---------------------------------------------------------
Commit 1e05f0c72d65ceb35f54b4574c96c26a7c16c76b in ofbiz-framework's branch refs/heads/trunk from Pawan Verma
[
https://gitbox.apache.org/repos/asf?p=ofbiz-framework.git;h=1e05f0c ]
Incorrect column alias in EntitySQLProcessor for sql query working with mysql
(OFBIZ-11573)
More details: Method getColumnLabel returns the designated column's suggested title for use in printouts and displays. Method getColumnName returns the designated column's name.
Thanks: Suraj and Jacques for the review.
> Incorrect column alias in EntitySQLProcessor for sql query working with mysql
> ------------------------------------------------------------------------------
>
> Key: OFBIZ-11573
> URL:
https://issues.apache.org/jira/browse/OFBIZ-11573> Project: OFBiz
> Issue Type: Bug
> Components: framework/webtools
> Affects Versions: Release Branch 18.12, Release Branch 17.12, Trunk
> Reporter: Pawan Verma
> Assignee: Pawan Verma
> Priority: Major
> Attachments: EntitySQLProcessor.png, OFBIZ-11573.patch
>
>
> Steps to reproduce:
> # Go to EntitySQLProcessor.
> # Try simple SQL query: SELECT PARTY_ID AS customerPartyId FROM PARTY
> # See the column alias in the result, it should be the provided one.
> # See screenshot for more details.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)