Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Not A Problem
-
Upcoming Branch
-
None
-
None
Description
The entity sql processor in webtools fails with:
SELECT * FROM ofbiz.CONTACT_MECH WHERE INFO_STRING = "ofbiztest@example.com"
results in
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.)