[
https://issues.apache.org/jira/browse/OFBIZ-11573?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17094166#comment-17094166 ]
ASF subversion and git services commented on OFBIZ-11573:
---------------------------------------------------------
Commit 8e2bb295cf78389c7b686184ad89acb8d315a0fc in ofbiz-framework's branch refs/heads/release18.12 from Pawan Verma
[
https://gitbox.apache.org/repos/asf?p=ofbiz-framework.git;h=8e2bb29 ]
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)