Temporary fix for "raw" types: set allowUncheckedConversion=true in coerceTo query.

In with the above flag set to false a conversion of list<T> to list (raw type)
fails, because the latter is represented as list<Object>. (T is any type).
This situation usually arises from queries like coerce(T to concept=ListType).
This commit is contained in:
Fedor Isakov 2020-07-21 17:00:06 +02:00
parent 96918d0e1d
commit 0088532d87
1 changed files with 8 additions and 0 deletions

View File

@ -41209,6 +41209,14 @@
<node concept="a7P8L" id="tbauFybkiW" role="3jbY8V">
<ref role="a7OzE" node="tbauFybkiD" resolve="B" />
</node>
<node concept="3jhG_Y" id="61G6TdEgNS3" role="3jhGvd">
<node concept="3jhG_Z" id="61G6TdEgNSl" role="3jhGob">
<ref role="3jhG_U" node="5itBwMb2a1b" resolve="allowUncheckedConversion" />
<node concept="3clFbT" id="61G6TdEgNSp" role="3jhG_S">
<property role="3clFbU" value="true" />
</node>
</node>
</node>
</node>
</node>
</node>