You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ofbiz.apache.org by "Ingo Wolfmayr (Jira)" <ji...@apache.org> on 2022/07/20 11:56:00 UTC

[jira] [Created] (OFBIZ-12671) Entity SQL Processor "where" issue

Ingo Wolfmayr created OFBIZ-12671:
-------------------------------------

             Summary: Entity SQL Processor "where" issue
                 Key: OFBIZ-12671
                 URL: https://issues.apache.org/jira/browse/OFBIZ-12671
             Project: OFBiz
          Issue Type: Improvement
          Components: webtools
    Affects Versions: Upcoming Branch
            Reporter: Ingo Wolfmayr


The entity sql processor in webtools fails with:
{code:java}
SELECT * FROM ofbiz.CONTACT_MECH WHERE INFO_STRING = "ofbiztest@example.com"{code}
results in
{code:java}
SQL Exception while executing the following:SELECT * FROM ofbiz.CONTACT_MECH WHERE INFO_STRING = "ofbiztest@example.com" (Column 'ofbiztest@example.com' is either not in any table in the FROM list or appears within a join specification and is outside the scope of the join specification or appears in a HAVING clause and is not in the GROUP BY list. If this is a CREATE or ALTER TABLE statement then 'ofbiztest@example.com' is not a column in the target table.){code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)