我在通过 JDBC 更新 Teiid 8.6 模型扩展属性时遇到问题。我可以查询元数据,但在尝试发出 UPDATE 命令时出现错误。
update "SYS"."Properties" set "Value" = 'VAL1' where "Name" = '{http://example.com/extmodel}prop1' and "UID" = 'mmuuid:e61b4b62-e874-4715-95a8-a5b04e916f5c' and "OID" is null
我明白了:
org.teiid.jdbc.TeiidSQLException:
TEIID30492 Remote org.teiid.api.exception.query.QueryValidatorException:
TEIID30492 Metadata does not allow updates on the group: SYS.Properties
有没有办法更新这些属性?