Running SELECT f1(42) AS c; against the vdb below results in the following error: org.teiid.api.exception.query.QueryResolverException: TEIID30068 The function 'f1(42)' is an unknown form. Check that the function name and number of arguments is correct. <vdb name="ddlfunctions" version="1"> <model visible="true" type="VIRTUAL" name="FunctionModel"> <metadata type="DDL"><![CDATA[ CREATE VIRTUAL FUNCTION f1(p1 integer) RETURNS integer AS RETURN p1; ]]> </metadata> </model> </vdb> DV 6.3 DR1
Steven Hawkins <shawkins> updated the status of jira TEIID-3270 to Resolved
Steven Hawkins <shawkins> updated the status of jira TEIID-3270 to Closed