]
Steven Hawkins resolved TEIID-3496.
-----------------------------------
Fix Version/s: 8.11
Resolution: Done
Merged the pull request.
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
Assignee: Kylin Soong
Fix For: 8.11
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''',
~~~