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