Skip to content

In annotation, unknown element inside <choose> is silently ignored #3455

@opxdo

Description

@opxdo

if I have a typo

<chooze></chooze>

I get an exception: "Unknown element in SQL statement." .

but

<choose>
    <anything></anyting>
    <otherwize></otherwize>
</choose>

no exception report. I found that typo for hours

Metadata

Metadata

Assignees

Labels

polishingImprove a implementation code or doc without change in current behavior/content

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions