Kylin Soong created TEIID-3496:
----------------------------------
Summary: update status table in ON_VDB_DROP_SCRIPT should point to correct
name and schemaname
Key: TEIID-3496
URL:
https://issues.jboss.org/browse/TEIID-3496
Project: Teiid
Issue Type: Bug
Components: Quick Starts
Reporter: Kylin Soong
This may be caused by miss spelling , in "teiid_rel:ON_VDB_DROP_SCRIPT"
section, the name and schemaname should point to stockPricesMatView and StocksMatModel,
but current looks
~~~
<model name="StocksMatModel" type="VIRTUAL">
<metadata type="DDL"><![CDATA[
CREATE view stockPricesMatView
...
) OPTIONS(
...
"teiid_rel:ON_VDB_DROP_SCRIPT" 'DELETE FROM Accounts.status WHERE
Name=''stock'' AND schemaname = ''Stocks''',
~~~
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)